[Gambas-user] How to change cursor position in TextEditor?

Benoît Minisini gambas at ...1...
Sat Aug 13 13:35:27 CEST 2016


Le 11/08/2016 17:11, Moviga Technologies a écrit :
> That works! Thanks!
>
> So what are all the ToPos{X,Y}/Column/Line stuff for?
>

Column and Line return the cursor position.

ToPos(X,Y) return the screen coordinates of a cursor position. Use 
CursorAt(), it's a better name. The contrary is ToColumn() and ToLine().

Regards,

-- 
Benoît Minisini




More information about the User mailing list