Re: win32lib 0.55 and Melbourne
- Posted by Derek Parnell <ddparnell at bigpond.com> Dec 26, 2000
- 427 views
Hi Graeme, > > >No, this seems to be a new bug. I don't have an answer yet but group > >controls don't appear on Windows! If you place the group in a > >TabControl/Tabitem it works just fine though. > Silly me. While experimenting with Group controls inside Tabs, I removed the WS_VISIBLE style flag from group. This had no effect when a Group is i a Tab but makes them invisible in Windows. I forgot to put it back in. So, you can correct the problem by changing the line ... classStyle[Group]=or_all({WS_CHILD, to ... classStyle[Group]=or_all({WS_CHILD,WS_VISIBLE, ------ Derek Parnell Melbourne, Australia (Vote [1] The Cheshire Cat for Internet Mascot)