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.
[Done] SplitterGadget only shows 2nd ChildGadget
[Done] SplitterGadget only shows 2nd ChildGadget
I am to provide the public with beneficial shocks.
Alfred Hitshock
Re: SplitterGadget only shows 2nd ChildGadget
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.
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.
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: SplitterGadget only shows 2nd ChildGadget
fsw, try this:
http://www.professorcad.co.uk/pb_splitter
http://www.professorcad.co.uk/pb_splitter
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: SplitterGadget only shows 2nd ChildGadget
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
The splittergadget resides on a panel (no container).
I am to provide the public with beneficial shocks.
Alfred Hitshock
Re: SplitterGadget only shows 2nd ChildGadget
Yes but it's the same for the form designer as the panel contains gadgetsfsw wrote:The splittergadget resides on a panel (no container).

Hopefully it'll work!
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: [Done] SplitterGadget only shows 2nd ChildGadget
A Panel is a container, with it's own Gadget List/Lists 

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.