Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » GroupBox disappears when it's contained by another groupbox Collapse All
Subject Author Date
Wang Yang Nov 7, 2004 - 5:54 PM

    I reported several days ago that sometime a CExtGroupBox disappears. I examined my cases carefully and found that when the CExtGroupBox is contained by another groupbox(whether it is CExtGroupBox or an ordinary one) will disappear. Futhermore, sometime some controls(such as edit boxes, buttons) are also disapper when they are contained by a CExtGroupBox. In the latter case, using redrawWindow() method may(but NOT always) solve the problem.


    I donot know the real mechanism of these problems. So can you help me ?


have a good day!


Wang Yang

Technical Support Nov 8, 2004 - 8:57 AM

Please set the tab order for the controls on your dialog so that the controls inside the group box have a lower order that the group box control itself. In the same way the inner group box should have a lower tab order than the outer group box.