PxPlus User Forum

Main Board => Discussions => Nomads => Topic started by: Jeffrey Ferreira on April 22, 2021, 02:48:28 PM

Title: Grid Check Box
Post by: Jeffrey Ferreira on April 22, 2021, 02:48:28 PM
Hi,

i'm working on a grid and i have a check box on grid but the user is complaining that they have to get the mouse right into that square to activate it...is there any way around this where i can increase surface area of clickable region...without making it a button and losing functionality of on/off.

thanks

jeff
Title: Re: Grid Check Box
Post by: Mike King on April 22, 2021, 03:39:41 PM
There is no easy method to do this, however you can replace the check box with a button then change the 'Bitmap$  between "!EmptyBox" and "!CheckBox" to indicate state.

Title: Re: Grid Check Box
Post by: Jeffrey Ferreira on April 22, 2021, 03:42:17 PM
Thank you Mike.
I will do this...