Re: Win32lib Bug???

new topic     » goto parent     » topic index » view thread      » older message » newer message

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 thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu