[lazarus] RadioGroup problem

Tony Maro tony at maro.net
Sun Mar 16 22:33:28 EST 2003


I'm attempting to programmatically set the state of a radio group that
has two buttons.

I create the form (not shown), then set the form.radiogroup.itemindex
property.  The first time I use this modal form it works fine, but if I
close the form, change the setting, and attempt to reopen it, the form
will always show the original setting.

For instance...

Set the ItemIndex to 1
Display form
It displays 1 as pushed.
Close the form without changing it.
Set the ItemIndex to 0
Display form
It displays 1 as pushed (still) until app is completely closed and
reopened, or until the user clicks a radio button at which time it will
decide THAT is the new always setting.

The reverse holds true...
Set it to zero, display, close, change to 1, display and zero still
shows checked.

Amy ideas would be appreciated.

-- 
Tony Maro
tony at maro.net
http://tony.maro.net/

Check out my software "CheckBook Tracker"
A GPL (free) replacement for Microsoft Money!






More information about the Lazarus mailing list