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

11.09.2009 07:53:44
creating behaviour from applescript app
View

This posting is older than 6 months and can contain outdated information.
I created a simple applescript app to change the resolution on my mac mini. I want to create a behaviour to simply open this app and I can map this to a button; however, the drag and drop method in behaviour factory doesn't seem to recognize this as an app. How can I map this function? 

These entries from the FAQ may be relevant to this topic:

Behaviours
User

11.09.2009 15:19:41
Re: creating behaviour from applescript app
View

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

AppleScript Apps often don't have a valid (or unique) bundle 
identifier in their Info.plist.

Starting such an application should be fairly easy, though. Create an 
action containing an AppleScript actor with a source similiar to this 
one:

tell application "Name Of Your Own Application" to activate

Besides: you can also change the resolution of your Mac Mini directly 
from within Remote Buddy's menu. These resolution changes are also 
available as entries that you can place anywhere in Remote Buddy's 
menu using drag and drop.

Best regards, 
Felix Schwarz 

User

11.09.2009 20:53:52
Re: creating behaviour from applescript app
View

This posting is older than 6 months and can contain outdated information.
"Starting such an application should be fairly easy, though. Create an 
action containing an AppleScript actor with a source similiar to this 
one:

tell application "Name Of Your Own Application" to activate"

Can up please tell me how to do this? 

User

11.09.2009 21:06:11
Re: RE: Re: creating behaviour from applescript app
View

This posting is older than 6 months and can contain outdated information.
"Starting such an application should be fairly easy, though. Create an 
action containing an AppleScript actor with a source similiar to this 
one:

tell application "Name Of Your Own Application" to activate"

Can up please tell me how to do this?

-----Original Message----- 
From: Felix 
[mailto:remotebuddy_forum.reply.11.27458.14212.47634f2b3395e6a7@forums.iospi 
rit.net] 
Sent: Friday, September 11, 2009 9:20 AM 
To: sinman02@comcast.net 
Subject: [remotebuddy_forum] Re: creating behaviour from applescript app

Thanks for asking.

AppleScript Apps often don't have a valid (or unique) bundle 
identifier in their Info.plist.

Starting such an application should be fairly easy, though. Create an 
action containing an AppleScript actor with a source similiar to this 
one:

tell application "Name Of Your Own Application" to activate

Besides: you can also change the resolution of your Mac Mini directly 
from within Remote Buddy's menu. These resolution changes are also 
available as entries that you can place anywhere in Remote Buddy's 
menu using drag and drop.

Best regards, 
Felix Schwarz

[standard mail footer removed] 

User

13.09.2009 12:07:46
Re: Re: creating behaviour from applescript app
View

This posting is older than 6 months and can contain outdated information.
Please see the Remote Buddy Help's "How do I .." section for step-by- 
step instructions:

http://helpbooks.iospirit.net/remotebuddy/english/howto.html#AddGlobalAction

Best regards, 
Felix Schwarz