OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on February 15, 2008, 04:28:15 AM

Title: OptionButton
Post by: Fred Tomke on February 15, 2008, 04:28:15 AM
Hello,

I added a project with only one form.
There are several option buttons. You'll notice that in all 3 cases only two options belongs together.

But when I click on an other option button of another group the bullet also disappears from the group before.

In further times I set at the first option button the property IsTabStop to false to correct this.
In this form it doesn't work, also not using BeginGroup.

Maybe it has to do with the new order in the z-order-tab.

Fred

[attachment deleted by admin]
Title: Re: OptionButton
Post by: Fred Tomke on February 15, 2008, 04:55:39 AM
Yep, I can reproduce that I can avoid the problem when inverting the draw order of the option buttons in the z-order-tab (first the last item then the first item of the group).

Maybe it's a small detail of alpha 4.

Fred
Title: Re: OptionButton
Post by: owenwengerd on February 15, 2008, 09:36:30 PM
It looks like I got the Z-order backwards somewhere along the way. This should be fixed now in Alpha 5.
Title: Re: OptionButton
Post by: Fred Tomke on February 15, 2008, 11:12:25 PM
This is great, Owen.