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 Tech Support » CExtRadioButton inviseble in CExtGroupBox Collapse All
Subject Author Date
Peter Baas Aug 9, 2010 - 4:59 AM

Hello, I am a new user and did som testing.


CExtRadioButton is inviseble in CExtGroupBox.


If I use CButton, the are visible but with gray bachground.


Also an CExtButton is not visible in an CExtGroupBox.


Help me


 

Peter Baas Aug 11, 2010 - 11:33 AM

Thanks for help. It work now.


 

Technical Support Aug 9, 2010 - 9:28 AM

Please open the dialog template resource editor in Visual Studio and press Ctrl+D. You should adjust the Z-order for all elements in the group box controls. All the elements should have Z-order numbers less than the Z-order number of group box.

Peter Baas Aug 9, 2010 - 6:38 AM

The Sample App Skinnable has a page Buttons, and there the Groupboxes are perfect!


CExtButtons and CExtRadioButtons are as expected.


My App is started with the sample App SimpleGrids_900


The GroupBoxes are in CExtResizableDialog


CExtResizableDialog is in a TabPage


Hope for help...