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

15.02.2007 22:03:18
How to activate a Behaviour in default behaviour ?
View

This posting is older than 6 months and can contain outdated information.
Hi !

My Wiimote works now :)) Rechargeable Batteries problem ^^

I've got another question:

In the default Behaviour I would like to activate other behaviour when I hold the menu by example.

Example:

how to activate the Virtual Mouse (when i'm in the default behaviour) when I'm holding the Menu key of my Apple Remote ?

Thanks you by advance and keep your Good work !!! 

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

Behaviours
Hardware - Apple® Remote
Hardware - Wii™ Remote
User

15.02.2007 22:21:01
Re: How to activate a Behaviour in default behaviour ?
View

This posting is older than 6 months and can contain outdated information.
Hi Beber,

thanks for letting me know.

What you are asking for could actually be done with a custom action 
and a one liner in a contained AppleScript Actor:

tell application "Remote Buddy" to behaviourcore accessor 
"setActiveBehaviour" identifier "com.iospirit.input.mouse" 
useActivationEventCode "activated" with stickyValue

(should Apple Mail break aboive line: this is all in one line)

The next version will very likely include that functionality already, 
though.

Best regards, 
Felix 

User

16.02.2007 09:19:47
Re: How to activate a Behaviour in default behaviour ?
View

This posting is older than 6 months and can contain outdated information.
thanks you very much for your light of speed-reply !!!