Search found 2 matches

by Visteon1
Tue May 07, 2013 8:54 am
Forum: General
Topic: Top GUI doesn't update
Replies: 2
Views: 8853

Re: Top GUI doesn't update

Hi trogluddite,

Thanks for the reply.
I have changed what you have said and now it works, thanks.
But the mouse movement gives me the coordinates across the entire top level GUI not just the Module i have written the code in, how can i limit this to just the module?

Thanks
Rob
by Visteon1
Fri May 03, 2013 4:10 pm
Forum: General
Topic: Top GUI doesn't update
Replies: 2
Views: 8853

Top GUI doesn't update

Hello,

I am trying to get x,y coordinates from a module when the mouse moves and separately when the mouse clicks.
Using the LDO module i can get mouse clicks but when i try to recreate that in ruby code it doesn't output anything.

Also i have the ruby code for following the mouse position and it ...