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 » How to embed a CExtGroupBox into a CExtGroupBox Collapse All
Subject Author Date
liu shu Sep 23, 2005 - 3:10 AM

Hi:


   When I embed a CExtGroupBox into a CExtGroupBox,the embedded one cannot be seen. I’m wondering about the reason as well as the solution.


   Thank you!

Technical Support Sep 23, 2005 - 6:12 AM

If you put controls on a dialog template, make sure they are assigned the proper tab order. Since the Prof-UIS group box has a non-transparent background, the tab order is essential. Windows paints controls on the dialog step by step starting from the control with the highest tab order number to the control with the lowest number. So, ensure your group box is assigned the highest tab order number. This rule is working for the nested group boxes as well. The outer group box should have the highest order then the inner one.