[Done] SplitterGadget only shows 2nd ChildGadget

You need some new stunning features ? Tell us here.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

[Done] SplitterGadget only shows 2nd ChildGadget

Post 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.

I am to provide the public with beneficial shocks.
Alfred Hitshock
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: SplitterGadget only shows 2nd ChildGadget

Post 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.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: SplitterGadget only shows 2nd ChildGadget

Post by IdeasVacuum »

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: SplitterGadget only shows 2nd ChildGadget

Post by Polo »

There was a bug when creating a splitter on a container so it may be what fsw is talking about.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: SplitterGadget only shows 2nd ChildGadget

Post by fsw »

The splittergadget resides on a panel (no container).

I am to provide the public with beneficial shocks.
Alfred Hitshock
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: SplitterGadget only shows 2nd ChildGadget

Post 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!
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: [Done] SplitterGadget only shows 2nd ChildGadget

Post by IdeasVacuum »

A Panel is a container, with it's own Gadget List/Lists :wink:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply