Author Topic: Control Position  (Read 244 times)

Hello,

I want to get the X & Y Position of a control (seprately).

Example:
BitmapButton Position: 100 200

X: 100
Y: 200

%x = getWord(control.getPosition(),0);
%y = getWord(control.getPosition(),1);