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.
Subject |
Author |
Date |
|
howard liu
|
Apr 30, 2008 - 8:24 AM
|
Hi, Our interface has 1 group box with radio buttons and some normal buttons.When we tried to apply Prof-UI style to the group box we encountered a problem, that is Radio buttons and normal buttons disappear after we add a variable to group box through DDX. Is there a solution to this. Thanks Howard
|
|
Technical Support
|
Apr 30, 2008 - 2:15 PM
|
Please check these two things:
1) The z-order of a group box in your dialog template resource should be greater than that of the controls in this group box. You can check this using Ctrl+D in the resource.
2) Your dialog template resource should have both Clip Children and Clip Siblings options set on.
|
|
Sebastian Leopold
|
Apr 30, 2008 - 1:22 PM
|
Sounds like the Taborder is wrong. Just set the tab order of the groupbox to a higher value than the controls inside.
|
|