Hello

Pritpal Bedi wrote:
> 
>       CASE ( nKey == K_MWFORWARD )
>          Keyboard( Chr( K_UP ) )
>       CASE ( nKey == K_MWBACKWARD )
>          Keyboard( Chr( K_DOWN ) )
>       CASE nKey == K_LDBLCLK
>          Keyboard( Chr( K_ENTER ) )
> 

I intentionally opted for K_UP/K_DOWN instead of 
K_PGUP/K_PGDOWN because mouse movement is per record
( if going by the universal methodology ), so moving one
step is more natural instead of moving a page.

K_LDBLCLK == K_ENTER can be discussed.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/2008-08-06-22%3A30-UTC-0800-Pritpal-Bedi-%28pritpal%40vouchcac.com%29-tp18864375p18864502.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to