FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TO ANTONIO
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
TO ANTONIO
Posted: Thu Sep 14, 2006 10:18 PM

I 'm trying to implement to a my class an method
MouseMove( nRow, nCol, nKeyFlags )
is there a manual reference where I can read to determinate when I click R_UP and R_Down ?


Best Regards, Saludos



Falconi Silvio
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
TO ANTONIO
Posted: Thu Sep 14, 2006 11:51 PM

Silvio,

You have to implement these methods in your Class:

METHOD RButtonDown( nRow, nCol, nKeyFlags )
METHOD RButtonUp( nRow, nCol, nKeyFlags )

Please review source\classes\window.prg to see how they are implemented.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
TO ANTONIO
Posted: Fri Sep 15, 2006 08:58 AM
I create this method and it run ok only i can :

Move the object on left
Move the object on right
Move all the object

I wanted move on top and down
I wanted create simply this :


can you help me?
Best Regards, Saludos



Falconi Silvio

Continue the discussion