Close
Showing results 1 to 10 of 13

Threaded View

  1. #8

    Default

    You still have information outside the brackets. And we're going to need something more than "strange" to troubleshoot.

    Code:
    / / ------------------------------------------------ ----------------
     / / SET PIP CONFIGURATION
     / / Usage: <SetPip BigWindowName LittleWindowName>
     / / This command is called by <Hotkey F1> Which is defined below.
     / / ------------------------------------------------ ----------------
    <Command SetPip>
     <TargetWin %2%>
      <SetWinSize 470 360>
      <SetWinPos 1450 725>
     <TargetWin %1%>
      <SetWinPos 0 0>
      <SetWinSize 1920 1080>
     <TargetWin %2%>
      <SetForegroundWin>
      <UpdateWin>
     <TargetWin %1%>
      <SetWinRegion 360 1450 725 470>
      <SetForegroundWin>
    
     / / ------------------------------------------------ ----------------
     / / TOGGLE PIP CONFIG WITH HOTKEY
     / / ------------------------------------------------ ----------------
    <Hotkey ScrollLockOn F1>
     <Toggle>
      <SetPip WoW1 WoW2>
     <Toggle>
      <SetPip WoW2 WoW1>
    Last edited by Khatovar : 10-17-2012 at 05:46 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •