Icon View Incident Report

Minor Minor
Reported By: Aberas
Reported On: 12/11/2013
For: Version 1.02 Build 2
# 3967 Strange Behavior in TRadioButton with GroupIndex of 0

I have a form with 3 groups of radiobuttons (GroupIndexes 0, 1 and 2). If I try to set one default checked radiobutton in the GroupIndex 0, it won't stick. If I close and reopen the project, or if I compile it and test it, gone is the checked setting. I've even checked on the .wbf and everything it's ok there (it shows as checked), but in the IDE or the compiled program, not ckecked at all.

If I rename the GroupIndexes as 1, 2 and 3, everything works as it should.


Comments Comments
Okay, the issue is with the saving of the GroupIndex property for group indexes of 0. The property wasn't saved because it was considered the "default" value, and so that messes up the loading of the property at runtime. The workaround is to use group indexes of 1, 2, and 3 for 3 groups.


Resolution Resolution
Fixed Problem on 12/13/2013 in version 1.03 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image