Page 1 of 1

[Done] SplitterGadget only shows 2nd ChildGadget

Posted: Tue Apr 22, 2014 8:40 pm
by fsw
The splittergadget handling is not working:

SplitterGadget only shows 2nd ChildGadget, so having 2 ListIconGadgets in a splitter is not easy to handle.
Had to switch to source code mode in order to change the columns of ListIconGadget 1.

Also if I assigned an automatic resize on a Gadget and later on I add this gadget to a splitter I have to disable automatic resize first otherwise on start the GUI looks goofy.
So again, had to switch to source code mode in order to disable automatic resize because ListIconGadget 1 was not accessible in drawing mode .

The most important part though was that the SplitterGadget was not drawn (or put into code) at all, tried it several times but to no avail.
Had to manually insert the SplitterGadget in source code mode.

Re: SplitterGadget only shows 2nd ChildGadget

Posted: Sat Apr 26, 2014 4:49 pm
by Polo
Can't reproduce any of the described problems.
Just created a splitter with 2 list icons, worked well, adn was able to add columns and items to each of the listicons in the splitter.

Re: SplitterGadget only shows 2nd ChildGadget

Posted: Sat Apr 26, 2014 8:24 pm
by IdeasVacuum

Re: SplitterGadget only shows 2nd ChildGadget

Posted: Sat Apr 26, 2014 8:35 pm
by Polo
There was a bug when creating a splitter on a container so it may be what fsw is talking about.

Re: SplitterGadget only shows 2nd ChildGadget

Posted: Sun Apr 27, 2014 9:01 am
by fsw
The splittergadget resides on a panel (no container).

Re: SplitterGadget only shows 2nd ChildGadget

Posted: Sun Apr 27, 2014 9:20 am
by Polo
fsw wrote:The splittergadget resides on a panel (no container).
Yes but it's the same for the form designer as the panel contains gadgets :wink:
Hopefully it'll work!

Re: [Done] SplitterGadget only shows 2nd ChildGadget

Posted: Sun Apr 27, 2014 1:41 pm
by IdeasVacuum
A Panel is a container, with it's own Gadget List/Lists :wink: