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

04.03.2009 17:14:06
Re: TIP: adding instructions or notifications in your actions

This posting is older than 6 months and can contain outdated information.
Thanks for your contribution.

You can also use Remote Buddy's AppleScript support itself to show a 
notification for a given duration, btw.

Here's an example:

-- snip -- 
tell application "Remote Buddy" 
osdmessage display text "Hello and welcome to this little demo" for 
duration 3.0 
delay 2.8 
osdmessage display text "Showing a shorter string!" for duration 2.0 
delay 1.8 
osdmessage display text "Bye Bye ;-)" for duration 1.0 
end tell 
-- snap --

Best regards, 
Felix Schwarz 

Thread-display::