Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

13.09.2009 12:33:13
Re: Sleep problem with RB in conjuction with EyeTv 3.1

This posting is older than 6 months and can contain outdated information.
Dear Felix,

thanks for your quick reply.

I´m not sure if I got that right.

Two questions: 
1.) with the second solution: do i have to start the mouse behaviour first, or is it only one long pressed "down" or "right" button that moves the mouse away?

2.)I´ve never made an apple script before. I opened the script editor and pasted your code. I got the following german error message (i suppose you´re german and understand this): "Es wurde Ausdruck erwartet, aber ein "Zeilenende" wurde gefunden." 
Is there a finished script? Or what have i done wrong?

I pasted: 
------------------------------------------------------ 
tell application "Remote Buddy"

repeat 5 times

behaviouraction actionIdentifier "input.mouse.cursordown" event 
"pressed" 
behaviouraction actionIdentifier "input.mouse.cursordown" event 
"released"

behaviouraction actionIdentifier "input.mouse.cursorright" event 
"pressed" 
behaviouraction actionIdentifier "input.mouse.cursorright" event 
"released"

end repeat

end tell 
------------------------------------------------------ 

Thread-display::