I've been trying to get PIP to work on my other machines, but can't get for some reason.

What i'm trying to get to work is PIP on each of my other machines so i can run 2 instances of WOW at once.

if i can get it working on one machine, i can just add the other 3.. the Renaming works, but no PIP.

Thanks.


//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH WOW
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<Label w3 192.168.1.102 SendWinM WoW3>
<Label w4 192.168.1.102 SendWinM WoW4>
//----------------------------------------------------------------
// RENAME WINDOWS AND REMOVE BORDERS
//----------------------------------------------------------------
<Hotkey Scrolllockon Ctrl R>
<SendPC Local>
<RenameWin World WoW1>
<RemoveWinFrame>
<RenameWin World WoW2>
<RemoveWinFrame>
<SendPC 192.168.1.102>
<RenameWin World WoW3>
<RemoveWinFrame>
<RenameWin World WoW4>
<RemoveWinFrame>
//----------------------------------------------------------------
// SET PIP CONFIGURATION
// Usage: <SetPip BigWindowName LittleWindowName>
// This command is called by <Hotkey F1> which is defined below.
//----------------------------------------------------------------
<SendPC local>
<Command SetPip>
<TargetWin %2%>
<SetWinSize 400 300>
<SetWinPos 880 0>
<TargetWin %1%>
<SetWinPos 0 0>
<SetWinSize 1280 1024>
<TargetWin %2%>
<SetForegroundWin>
<UpdateWin>
<TargetWin %1%>
<SetWinRegion 880 0 400 300>
<SetForegroundWin>

<SendPC 192.168.1.102>
<Command SetPip>
<TargetWin %2%>
<SetWinSize 400 300>
<SetWinPos 880 0>
<TargetWin %1%>
<SetWinPos 0 0>
<SetWinSize 1280 1024>
<TargetWin %2%>
<SetForegroundWin>
<UpdateWin>
<TargetWin %1%>
<SetWinRegion 880 0 400 300>
<SetForegroundWin>
//----------------------------------------------------------------
// TOGGLE PIP CONFIG WITH HOTKEY
//----------------------------------------------------------------
<Hotkey ScrollLockOn F1>
<Toggle>
<SetPip WoW1 WoW2>
<Toggle>
<SetPip WoW2 WoW1>
<Toggle>
<SetPip WoW3 WoW4>
<Toggle>
<SetPip WoW4 WoW3>