Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Allow Space Bar To Toggle CheckBox TGridColumn
Mon, May 28 2018 3:45 AMPermanent Link

Frederick Chin

In addition to enabling the SingleClickToggle property to switch states for a TGridColumn with a control type of ctCheckBox, I would like the allow users to use the space bar to do the same.

Is there an event I can use to trap the space bar and perform the state change manually?

--
Frederick
Tue, May 29 2018 1:50 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Frederick,

<< In addition to enabling the SingleClickToggle property to switch states for a TGridColumn with a control type of
ctCheckBox, I would like the allow users to use the space bar to do the same. >>

This functionality accidentally got turned off when the SingleClickToggle property was added.  I've fixed this and the fix will be in the next build 15.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, May 29 2018 6:34 PMPermanent Link

Frederick Chin

Tim,

/*
This functionality accidentally got turned off when the SingleClickToggle property was added.  I've fixed this and the fix will be in the next build 15.
*/

Great! Thanks.

--
Frederick
Image