Search found 5 matches
- 17 Apr 2012, 22:36
- Forum: Support
- Topic: Suggestions
- Replies: 3
- Views: 2399
Re: Suggestions
I mean without any coordonates. It just clicks try it with code like this. var ms=new Mouse(); ms.press(); ms.release(); This code just press a click but it doesn't matter where is it pressed. At 4 something like this would be awesome. not on the scroll bar but you got the idea. http://i.imgur.com/u...
- 17 Apr 2012, 19:26
- Forum: Support
- Topic: Suggestions
- Replies: 3
- Views: 2399
Suggestions
Sry if is wrong topic but i don't really know french and is the only place in english so: 1. a mouse click with no point. It works from Code but it don't work from Actions and in Code don't work right click so i had some problems with that. 2. procedures should retract and expand you know? i mean af...
- 17 Apr 2012, 16:29
- Forum: Support
- Topic: Problem with mouse buttons
- Replies: 4
- Views: 2588
Re: Problem with mouse buttons
Oh i didn't see the procedure thing:> is a lot better with that. All is organized:>. I'll test it. If is any problem i'll post here.
- 17 Apr 2012, 00:16
- Forum: Support
- Topic: Problem with mouse buttons
- Replies: 4
- Views: 2588
Re: Problem with mouse buttons
Windows. Thx for your reply. I was thinking that i do something wrong. It isn't working as a code but as a action is working perfectly. I like to do it as a code but... if it don't work i'll do it with actions.
- 16 Apr 2012, 13:54
- Forum: Support
- Topic: Problem with mouse buttons
- Replies: 4
- Views: 2588
Problem with mouse buttons
My problem is that i don't really understand how this buttons work. I have this simple code: Execution.pause(2000); var key = new Keyboard(); var key1 = new Mouse(); var i=1; var j=1; var z=1; for(i=1;i<=8;i++) { key.pressKey(i); key.releaseKey(i); for(j=1;j<=4;j++) { for(z=1;z<=400;z++) { key1.clic...