Re: Win32Lib: setEnable not work for top menu "objects"?
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> Mar 02, 2007
- 520 views
Pete Lomax wrote: > > CChris wrote: > > As for setCheck(), you are right, Derek, I'll have to also take care > > of the implicit group associated to the window, thanks. > Is it not just all radios with 'same parent'? > No need to care if it is a window or a group? > I believe TabItems are otherwise another case. > > Regards, > Pete Good catch. So every [logial] container container should keep track of its own radios... After all, that's what EiffelVision2 does with its boxes. Trouble is, there ain't boxes (so far), as they entail a philosophy about resizing which is alien to Windows. By the way... If a radio button is visible on all tabs of a TabControl, is it supposed to interact with any that appears on only one of the tabs? ie get unchecked if the radio on a single tab is checked? CChris