Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread CheckBox - ReadOnly
Fri, May 22 2015 4:27 PMPermanent Link

Walter Matte

Tactical Business Corporation

Preview 9

Checkbox:

SelectionState := ssSelected;
ReadOnly := true;


Designer display is as expected.

Run and the Checkbox shows as Indeterminate.

Even runtime code does not change display.


Walter
Sat, May 23 2015 9:47 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Walter,

<< Run and the Checkbox shows as Indeterminate.

Even runtime code does not change display. >>

This is fixed.  I changed the read-only functionality and the way the Text
property worked for edits, and forgot to change the SetSelectionState
private method for check box/radio button controls to stop calling the Edit
method.  I also cleaned up the TListBox control, which also needed updating
after the read-only changes.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com




Image