2008-08-07 17:20 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/source/rtl/achoice.prg
- Removed K_MOUSEMOVE functionality.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-08-07 17:20 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/source/rtl/achoice.prg
|
||||
- Removed K_MOUSEMOVE functionality.
|
||||
|
||||
2008-08-07 16:35 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/source/rtl/achoice.prg
|
||||
+ Added functionality for K_MOUSEMOVE.
|
||||
|
||||
@@ -160,16 +160,6 @@ FUNCTION AChoice( nTop, nLeft, nBottom, nRight, acItems, xSelect, xUserFunc, nPo
|
||||
nPos := 0
|
||||
lFinished := .T.
|
||||
|
||||
CASE nKey == K_MOUSEMOVE
|
||||
nAux := HitTest( nTop, nLeft, nBottom, nRight, MRow(), MCol() )
|
||||
IF nAux != 0 .AND. ( nNewPos := nAtTop + nAux - 1 ) <= nItems .AND. nNewPos != nPos
|
||||
IF Eval( bSelect, alSelect[ nNewPos ] )
|
||||
DispLine( acItems[ nPos ], nTop + ( nPos - nAtTop ), nLeft, Eval( bSelect, alSelect[ nPos ] ), .F., nNumCols )
|
||||
nPos := nNewPos
|
||||
DispLine( acItems[ nPos ], nTop + ( nPos - nAtTop ), nLeft, Eval( bSelect, alSelect[ nPos ] ), .T., nNumCols )
|
||||
ENDIF
|
||||
ENDIF
|
||||
|
||||
CASE nKey == K_LDBLCLK .OR. nKey == K_LBUTTONDOWN
|
||||
nAux := HitTest( nTop, nLeft, nBottom, nRight, MRow(), MCol() )
|
||||
IF nAux != 0 .AND. ( nNewPos := nAtTop + nAux - 1 ) <= nItems
|
||||
|
||||
Reference in New Issue
Block a user