Page 1 of 1
single click on a column
Posted: Mon Jun 03, 2024 7:53 am
by Natter
For the xBrowse column, there is a method for processing only a double click - :bLDClickData. How can I handle a single click on a column ?
Re: single click on a column
Posted: Mon Jun 03, 2024 8:30 am
by Antonio Linares
what would you like to do with the single click ?
The single click has a default behavior. How do you want to modify it ?
Re: single click on a column
Posted: Mon Jun 03, 2024 8:39 am
by Natter
By a single click on a column, I need to perform certain actions
Re: single click on a column
Posted: Mon Jun 03, 2024 8:41 am
by Antonio Linares
Do you mean at the column header ?
Re: single click on a column
Posted: Mon Jun 03, 2024 8:45 am
by Natter
No, an any row on the column
Re: single click on a column
Posted: Mon Jun 03, 2024 8:54 am
by Antonio Linares
Have you tried to use oBrw:bLClicked ?
Re: single click on a column
Posted: Mon Jun 03, 2024 9:04 am
by Natter
oBrw:bLClicked doesn't give errors, but it doesn't do anything either
Re: single click on a column
Posted: Mon Jun 03, 2024 9:54 am
by Natter
Everything works. Thanks, Antonio!!