Quote Originally Posted by jbrcks',index.php?page=Thread&postID=155461#post15 5461]I'm having a bit of trouble with the PiP. I am setting up 2 WoWs on 1 system. I can start everything fine and get the windows positioned correctly but when I toggle which copy of wow is big and which is small. The smaller window does not display and I am left with just a hole in the big window where the smaller copy should be and I just see the desktop background. Any advice on this problem?

Example:
[url='http://e.imagehost.org/download/0281/PiPError
[/url]
(The black part is where the window should be, there is actually a small strip along the top of the PiP box of the smaller window.)

Relevent code:
//-----------------------------------------------------------
// SUBROUTINE TO Position Windows for 2 boxing.
//-----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWin %1%>
<SetWinSize 1280 1024>
<SetWinPos 0 0>
<SetWinRegion 0 25 400 300>
<SetForegroundWin>
<UpdateWin>
<SendWinM %2%>
<SetWinSize 400 300>
<SetWinPos 0 35>
<SetForegroundWin>
<UpdateWin>

//----------------------------------------------------------------
// TOGGLE PIP CONFIG WITH HOTKEY
//----------------------------------------------------------------
<Hotkey ScrollLockOn Oem5>
<Toggle>
<ResizeAndPosition WoW1 WoW2>
<Toggle>
<ResizeAndPosition WoW2 WoW1>
you prob dont need help but for future to players like me :] the problem is border, if you remove it, in winxp it does that.. [atleast for me] removed the option to remove em and worked nicely:]

PS. this kicks ass nicely more customizable than keyclone.. + doesnt cost anythin' ;o