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

22.05.2009 11:48:38
Re: Arranging EyeTV windows (workaround)

This posting is older than 6 months and can contain outdated information.
If you want to run QuadSplit on your main display (not on external monitor or TV) try this:

---- QuadSplit on main disp. 1280x768

activate application "EyeTV" 
tell application "System Events" 
keystroke "`" using {shift down, command down} 
end tell 
tell application "EyeTV" 
activate 
tell window 1 
set bounds to {0, 0, 640, 384} 
end tell 
activate 
tell window 2 
set bounds to {640, 0, 1280, 384} 
end tell 
activate 
tell window 3 
set bounds to {640, 384, 1280, 768} 
end tell 
tell window 4 
set bounds to {0, 384, 640, 768} 
end tell 
activate 
end tell

 
Last edited: 22.05.2009 11:59:19 

Thread-display::