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

17.12.2007 17:27:31
Can Behaviours (e.g. System volume slider) trigger Applescripts?
View

This posting is older than 6 months and can contain outdated information.
The reason I ask this is because I have IRTrans+iRed setup. First I created some IR actions in iRed for my receiver. Second I created the needed actions in RB. For the implementation I used applescripts. An example: tell application "iRed" to send ir Code "Volume Up" of RC "Pioneer" 
I bundled the actions into an behaviour and added it to the RB menu. No real problem so far. But I would like the custom "Volume Up" and "Volume Down" actions to be displayed like the "System volume slider". Note that since I use digital audio out that slider has no effect.

Any thoughts? or solution(s)? 

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

Behaviours
Configuration
Hardware - Apple® Remote
User

18.12.2007 23:18:01
Re: Can Behaviours (e.g. System volume slider) trigger Applescripts?
View

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

While Behaviours can run AppleScripts very well (and the system volume 
+/- actually does exactly this), you can't override parts of existing 
actions with your own code. So while you can create and map your own 
system volume up/down action anywhere you want, you currently can't 
display a volume slider / bar for it.

Given your description that would also be quite hard as the volume 
level at application start would be unknown and thus a volume bar 
wouldn't appear to be accurate or useful.

Best regards, 
Felix 

User

19.12.2007 00:37:09
Re: Can Behaviours (e.g. System volume slider) trigger Applescripts?
View

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

Well to be able to have control over the volume slider / bar would be a step in the right direction for me.

And yes I know the volume bar would not be very accurate. My theory is to calibrate it once and a while (start both the slider and the receiver volume at zero). So I have to disagree with it not being useful, but I agree it won't be very accurate.

Maybe an idea would be to provide a sort of slider widget with decrease value and increase value actions. 

User

07.01.2008 18:05:01
Re: Re: Can Behaviours (e.g. System volume slider) trigger Applescripts?
View

This posting is older than 6 months and can contain outdated information.
What you could do AppleScript-wise is this:

- use the osdmessage command to display the volume level in numbers at 
a big font size

- use the storage command(s) to store and retrieve the volume level 
either dynamically or permanently

Best regards, 
Felix

Am 19.12.2007 um 00:37 schrieb Daniel Knippers:

Felix,

Well to be able to have control over the volume slider / bar would 
be a step in the right direction for me.

And yes I know the volume bar would not be very accurate. My theory 
is to calibrate it once and a while (start both the slider and the 
receiver volume at zero). So I have to disagree with it not being 
useful, but I agree it won't be very accurate.

Maybe an idea would be to provide a sort of slider widget with 
decrease value and increase value actions.

 
[standard mail footer removed]