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

07.07.2007 09:17:19
Custom Coverflow Fullscreen Actions
View

This posting is older than 6 months and can contain outdated information.
Here's what I'm trying to do, but please tell me if anything is not possible here:

Create an action that will do the following: 
Open iTunes 
Select Movies 
Active Coverflow Full Screen / Control Mode

Now I have that working, but the Remote Buddy menu stays up on the screen and I have to press Menu once more on the remote to make it go away. Is there a way to make that menu not continue to show once the action completes? 

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

Configuration
Hardware - Apple® Remote
User

11.07.2007 22:01:01
Re: Custom Coverflow Fullscreen Actions
View

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

right now, this is not possible programmatically.

It will be, though: I'll add a checkbox to the custom actions and 
BCK, that will allow you to define whether the menu should or should 
not disappear once an action is executed from the menu.

Best regards, 
Felix 

User

25.07.2007 08:17:42
Re: Custom Coverflow Fullscreen Actions
View

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

right now, this is not possible programmatically.

It will be, though: I'll add a checkbox to the custom actions and 
BCK, that will allow you to define whether the menu should or should 
not disappear once an action is executed from the menu.

This is what I needed to hear. I want to use RB mainly to call handlers in my custom HTPC applescript application.

So a menu, would run an Applescript:

tell app "htpc" to powerTV()

I really need the selection of the menu item to make the menu go away.

It is something that Sofa Control does, but that utility requires all the construction of the menus and menu items programatically, but that is pain.

Any time frame on this?

This program is looking very useful.

-Preston

Last edited: 25.07.2007 08:20:27 

User

03.08.2007 16:25:40
Re: Custom Coverflow Fullscreen Actions
View

This posting is older than 6 months and can contain outdated information.
OK, in a roundabout way I have this working now.

Thanks Felix for the menu open/close "callbacks"

I've used these to callback to my custom app to turn on the TV if its not on when the menu opens. Then it can also keep track of the RB menu state, and if an event is triggered (either through RB, or another control trigger, my app can close the menu by simulating the hot key press to close it.

Its an extremely atypical type of setup. RB is great for its simplicity of use, but definitely is more developer oriented when it comes to customizing (which works for me).

I basically want menu items that trigger applescript calls to a custom htpc daemon.

To do this in remote buddy I have to:

Create the action 
add the action to the behavior 
compile and install the behavior 
quit and relaunch RB (so it sees the new stuff) 
add the menu item - connect the action to it

A little tedious but it works, thanks to the actionpack export I can do most of it on my development laptop, then move it to the HTPC mini.

-Preston 

User

11.08.2007 16:50:01
Re: Re: Custom Coverflow Fullscreen Actions
View

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

Actually, this part ..

quit and relaunch RB (so it sees the new stuff)

 
... is just due to a bug - the next version should fix it.

Best regards, 
Felix