Re: Win32lib getHandle?
- Posted by Euman <euman at BELLSOUTH.NET> Dec 08, 2000
- 494 views
To Anyone Concerned, Latest News from My Hidden Control problem.. I have --removed WS_VISIBLE from Combo classStyle[ Combo ] = or_all( { WS_CHILD, --WS_VISIBLE, WS_VSCROLL, CBS_DROPDOWN, CBS_HASSTRINGS, WS_TABSTOP} ) Other modification were made in a suite of TabItems that I had Group Controls in. This from the win32lib docs: When placing controls in groups, it's a good idea to make them children of the Group, instead of children of the Window. If you don't, the Group may end up routing events meant for the control to itself. I had been following these guidelines and allowing Group Control to handle the combo's. This and WS_VISIBLE were the problem. I now have the Combo's set up as Children of TabItems and things are working SO FAR. euman at bellsouth.net