PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Grid Check Box  (Read 855 times)

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 175
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Grid Check Box
« 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

Mike King

  • Diamond Member
  • *****
  • Posts: 3811
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: Grid Check Box
« Reply #1 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.

Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 175
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Re: Grid Check Box
« Reply #2 on: April 22, 2021, 03:42:17 PM »
Thank you Mike.
I will do this...