1. Win32lib Bug???
- Posted by Andy <videogamefreak101 at hotmail.com> Jul 07, 2004
- 449 views
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
2. Re: Win32lib Bug???
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 08, 2004
- 435 views
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