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

10.01.2008 17:10:02
Re: Re: Opens VLC from Safari, but still controls safari

This posting is older than 6 months and can contain outdated information.
Thanks Heiko for the explaination!

You can change the active behaviour to the VLC behaviour via 
AppleScript like this:

tell application "Remote Buddy" 
behaviourcore accessor "setActiveBehaviour" identifier 
"org.videolan.vlc" useActivationEventCode "activated" 
end tell

or to make the selection "sticky"

tell application "Remote Buddy" 
behaviourcore accessor "setActiveBehaviour" identifier 
"org.videolan.vlc" useActivationEventCode "activated" with stickyValue 
end tell

You can get detailed info on Remote Buddy's AppleScript interface by 
opening Script Editor's Library, then dragging Remote Buddy onto it. 
Each function is described in depth and commented sample code provided 
for each command.

Best regards, 
Felix 

Thread-display::