Layout management splitter

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
5 posts • Page 1 of 1
becc-mschmit
Posts:6
Joined: Thu May 17, 2018 12:48 pm

Layout management splitter

Post by becc-mschmit »

Hello,

we have a module and in this module we have two trees.
We also use a horizontal layout.
Is there something like a spliter (see image) in 3.16 to resize the trees?

Image

Best regards
Attachments
splitter.png

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Layout management splitter

Post by mkoller »

There is no splitter.
A workaround might be to use a docked module (see moduleAddDockModule())

becc-mschmit
Posts:6
Joined: Thu May 17, 2018 12:48 pm

Re: Layout management splitter

Post by becc-mschmit »

Thank you for the fast reply.

Is it possible to add the dock module to a embedded module?

We would like to draw a fix header and a dynamic tree like the image bellow.

https://www.winccoa.com/fileadmin/image ... module.png
Attachments
dockmodule.png

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Layout management splitter

Post by mkoller »

No, dock windows can only be docked into main windows (Modules which have a window).
But you can implement a splitter on your own, e.g. like in the attached example panel. https://www.winccoa.com/fileadmin/image ... litter.pnl
Attachments
splitter.pnl
(3.55 KiB) Downloaded 201 times

becc-mschmit
Posts:6
Joined: Thu May 17, 2018 12:48 pm

Re: Layout management splitter

Post by becc-mschmit »

That's fine :)
That's exactly what we need
Thank you

5 posts • Page 1 of 1