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

28.04.2009 16:35:17
Re: EyeTV menu, Live TV Window

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

1) The simpliest way would probably be to add a simple custom action 
that sends Apple + W to EyeTV. Which of course assumes that the Live 
TV window is the currently focused window of EyeTV. The more complex 
way is to write an AppleScript that goes through the list of EyeTV's 
windows and identifies and closes the Live TV window. That 
AppleScript, too, would have to be added as a custom action at/via RB

Prefs > Mapping > EyeTV > Select "Custom actions.." in the popup.

If you need step by step instructions, please consult the Online

 
Help's "How do I.." area.

2) Again, you can achieve this via a custom action, with f.ex. this 
AppleScript:

tell application "EyeTV" 
activate 
set full screen to true 
end tell

In the custom action editor, you'd want to check the checkbox for this 
action to make it global. You can then put it anywhere in the menu and 
also map it to any button of your remote in any mapping table.

Best regards, 
Felix Schwarz 

Thread-display::