[Done] SplitterGadget only shows 2nd ChildGadget
Posted: Tue Apr 22, 2014 8:40 pm
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.
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.