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
Falconi 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 ?
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.
