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 from Willies Computer Software Co.