-->
Page 1 of 1

Help imagebutton

PostPosted: Mon Oct 24, 2016 2:57 pm
by roadrunner
Hello
Is it possible to set imagebutton to a position ?
I mind imagebutton x,y in the homepage.
Thank you for help.

Re: Help imagebutton

PostPosted: Mon Oct 24, 2016 9:31 pm
by Mmiscool
See the htmlid() function and the cssid command.
https://docs.google.com/document/d/1EiY ... qm6n3a0f2g

Code: Select allimagebutton "bla.png", [mybranch]
cssid htmlid(), "position:absolute; left:80px; top:20px;"
wait

[mybranch]
print "You clicked the button"
wait