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 21:49:51
Re: Arranging EyeTV windows (workaround)

This posting is older than 6 months and can contain outdated information.
And here is a MultiPIP_Left script for your 1280x768 main display:

MultiPIP_Left 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, 200, 256} 
end tell 
activate 
tell window 2 
set bounds to {0, 256, 200, 512} 
end tell 
activate 
tell window 3 
set bounds to {0, 512, 200, 768} 
end tell 
activate 
tell window 4 
set bounds to {200, 0, 1280, 768} 
end tell 
end tell 
------- 

Thread-display::