FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is it possible to assign codeblock to a left-click in xBrw?
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Is it possible to assign codeblock to a left-click in xBrw?
Posted: Thu May 28, 2009 09:23 AM

One of the column in my xBrowse shows bitmaps. Double-clicking on it would toggle the bitmap that's to be displayed.

Now I've been directed to make the same thing happen with a single left-click but when I read through xbrowse's source I can't see anywhere where I can attach the codeblock to.

Am I missing something?

Any workaround?

TIA

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 389
Joined: Mon Oct 13, 2008 11:26 AM
Re: Is it possible to assign codeblock to a left-click in xBrw?
Posted: Thu May 28, 2009 11:20 AM

METHOD LButtonDown( nRow, nCol, nKeyFlags )

Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Is it possible to assign codeblock to a left-click in xBrw?
Posted: Fri May 29, 2009 01:59 AM

Thanks for the reply Samir. I was actually hoping there would be something similar to TXBrwColumn:bLDClickData

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion