1. Re: [WIN] Radio controls in .55...
- Posted by Graeme <graemeburke at CROSSWINDS.NET> Jan 01, 2001
- 414 views
At 05:11 AM 31/12/00 -0800, you wrote: >Heya all! > >Well, here I go again with the disappearing Radio controls, but this >time in Win32Lib .55... So, I wonder, how do I have my >disappearing radio controls come back? If it matters, yep, the >controls are in their own groups, and have the groups as their >parents... > >TIA, > >--"LEVIATHAN" > Have you done the groups fix? ----------snip------------------ >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 ----------snip------------------ ----------------------------------------------------