1. Win32lib Bug???

Has anyone noticed that when you go to make tab items in a tabn control you 
can only have about 6 tab items in one control and when you go to make 
another tab control you cannot add tab items to that one, rahter they won't 
appear on the tab control, is this a bug

new topic     » topic index » view message » categorize

2. Re: Win32lib Bug???

Andy wrote:
> 
> Has anyone noticed that when you go to make tab items in a tabn control you 
> can only have about 6 tab items in one control and when you go to make 
> another tab control you cannot add tab items to that one, rahter they won't 
> appear on the tab control, is this a bug


Try doing this when creating the TabControl.

constant TCS_MULTILINE = #200

constant mytc = create(TabControl, "", MainWin, l, t, w, h, TCS_MULTILINE)

-- 
Derek Parnell
Melbourne, Australia

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu