PDA

View Full Version : SageTV not releasing TV when sleeping


buck1952
12-02-2004, 02:24 PM
Using Nielm’s Dynamic Menu to switch between SageTV and FusionHD, Sage would not release the ActiveMovie window [TV would display the last thing Sage was displaying].
Running Sage command “TV” then a wait command before starting FusionHD seems to have solved this problem.

Menu.xml FusionHD menu item-
<actionMenuItem
title="Fusion HD"
icon="STVs\OriginalV2\tv.png">
<actionList>
<sageCommand command="TV"/>
<extCommand
window="hidden"
command="C:\Program Files\Wait\Wait.exe"
arguments="1"
waitforexit="1"
/>
<sageCommand command="Power Off"/>
<extCommand
window="normal"
command="C:\Program Files\DVICO\FusionHDTV\FusionHDTV.exe"
arguments=""
waitforexit="1"
/>
<sageCommand command="Power On"/>
</actionList>
</actionMenuItem>

Downloaded the free wait program (http://www.wcscnet.com/FTP/Freeware/Wait100.zip) from Willies Computer Software Co.