PDA

View Full Version : Layout of checkBox on rollOut


chewbacca007
10-25-2006, 06:07 PM
Can the checkbox be aligned on the right with the text for the checkbox to the left of the checkbox.

checkbox BVHOptionsDlg "BVH with Dialog" align:#Right - just aligns everything to the right with the checkbox on the left of the text. Not a big deal but I would like it there.


Thanks,

Chris

Light
10-25-2006, 06:31 PM
You can do it using a label and a checkbox where the label has the text of the checkbox.




Light

jonlauf
10-25-2006, 06:34 PM
As light said, a label and checkbox together work well.


rollout rightCheck "right checkbox"
(
label myLabel "check this:" pos:[117,5]
checkbox myCheck pos:[175,5]
)
createDialog rightCheck 200 25


Jon

chewbacca007
10-25-2006, 06:58 PM
Thanks Light and Jon. Appreciate the help. It worked perfectly.

Chris

CGTalk Moderation
10-25-2006, 06:58 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.