L-Cartinine
Joined: 28 Nov 2007 Posts: 69
|
Posted: Fri Nov 21, 2008 4:02 am Post subject: How can i disable selection of Listview checkboxes? |
|
|
There is already a checkbox selected in Listview. I want so that when i left click on any of the checkbox's nothing happens and the one selected will remains as it was selected or unselected by a previous way. I still want the listview selections on the right side of the checkboes to still work though. I just want the checkboxes to be disabled when the mouse clicks on them or that area.
I really want to make the checkboxes read-only i think. Can i just make a checkbox readonly?
I had a idea which disable the mouse when it passes over the x and y strip coordinates of all the checkboxes and it disabled the mouse but not fast enough as it still selected a checkbox just before it disabled. How can i swallow or disable the left mouse button fast enough so it doesnt confirm click.
I used the 'if var between 150 and 50 for the x and y coordinates and the mouse get coordinate and disable left click command but still no joy.
I also think disabling the control when mouse passes over that area it should be easier way but cant put the right code together to accomplish.
CAN I disable a CHECKBOX????
If i can't, is it possible to just list one selected checkbox against 1 row in the list and not list all checkboxes of all rows in a list. |
|