Page 1 of 1

TO ANTONIO

Posted: Thu Sep 14, 2006 10:18 pm
by Silvio
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 ?

-------------------

Posted: Thu Sep 14, 2006 11:51 pm
by Antonio Linares
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.

Posted: Fri Sep 15, 2006 8:58 am
by Silvio
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 :
Image

can you help me?