OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: copter on May 17, 2009, 08:12:55 AM

Title: Option buttons questions
Post by: copter on May 17, 2009, 08:12:55 AM
Is it possible to have several horizontal groups of options buttons on a form?
Option button control: Horizontal = Yes, Several groups = No.
OptionList control: Horizontal = No, Several groups = Yes.
Am I wrong or is there something that I did not understand ?
Many thanks for your help,
Copter.
Title: Re: Option buttons questions
Post by: Fred Tomke on May 17, 2009, 11:10:30 AM
Hi, copter,

Option button control: Horizontal = Yes, Several groups = Yes.

Begin each group by setting the property BeginGroup to true. Note: the Z/Tab-Order is important to decide which option button belongs to which group. The first option button in the Z/Tab-order has the value True of property BeginGroup.

Try the attached file, it works very well!

Fred
Title: Re: Option buttons questions
Post by: copter on May 18, 2009, 08:48:26 AM
Thanks for your help, It works fine now !
Copter