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

25.01.2009 21:03:53
Re: how to? full screen upon activating EyeTV behavior

This posting is older than 6 months and can contain outdated information.
Not quite what you want, I don't know of any option to open fullscreen upon eyetv activation but I ended up making a custom action using applescript. Basically its telling eyetv to open a live window, then delay 0.5 seconds before going into fullscreen.

code:

tell application "System Events" 
tell application "EyeTV" to activate 
keystroke "l" using {command down} 
delay 0.5 
keystroke "0" using {command down} 
end tell

Thread-display::