Thanks everyone for your suggestions. I used Rao's suggestion of bLButtonUp as it emulates the LClick. Thank you Rao. My clients are used to navigating dropdown listboxes using increment seek, mouse wheel, scroll bars or navigation arrows, AND they complain if they have ...
The oBrw:bChange option would limit the ability to scroll and position with keyboard before selecting correct record. Are you sure it would not be better with a combination of double click on the browse and an accept button that is set as default so an enter key can select record.
In XBrowse, Single click selects a cell now. Whats more you want? Can you be more clear? Another point. If existing WBrowse or TCBrowse in an application is working well, why do we need to convert to XBrowse, unless there is some additional facility in XBrowse that we want to use? FWH will continue ...
... with a button on the right of the get. If the button is clicked, I show an xBrowse with all clients, together with their addresses etc.. I want to LClick to select a client in the listbox, Not lDblclick. Similar to bLClickHeader, but on a row. David
How can I implement a single click LClick in xBrowse?
I want to convert the use of TCBrowse throughout my applications to xBrowse. My clients are used to just Single Left Clicking to select an item in a listbox.
I've use right click on xbrowse with popup menu but when I Lclick on the menu. The pointer will be change to the row that I click on the popup menu. It likes the LClick on Popup Menu has sent to Xbrowse on behind the Popup menu also. The problem is oLbx:lButtonDown(nRow,nCol). ...
He notado que en TxBrowse, RClick en cualquier celda no seleccionada funciona bien pero si esa celda está seleccionada (es decir, se le ha hecho antes LClick), el RClick es ignorado. ¿Alguien tiene una solución para eso? Gracias, Rafael