Close
Showing results 1 to 10 of 92

Threaded View

  1. #5

    Default Resizing / Positioning of WoW-windows

    In the steps before you have learned how to setup keybroadcasting and starting the WoWs.
    Know we want to position and resize the windows.

    This can be done with two commands:
    • <SendWin> / <SendWinM> : To specify which window to resize/position
    • <SetWinRect x y width heigh> : positions the Window at x,y (x horizontal position, y vertical position)and resizes it to width * heigth (width horizontal size, height vertical size)

    So to position the window named 'WoW1' at x=200, y=300 withe the resolution of 640x480 an the local pc you would use the follwoing comand-sequence:

    Code:
    <SendWin WoW1>
     <SetWinRect 200 300 640 480>
    derived from this example you can build a command for 5 boxing, by defining five conectional regions and position windows accordingly.
    For example for a system using 2 monitos both with a 1280x1024 resolution, and using the first monitor for the 'main' screen, the second monitor for the other four windows, using resolutions of 640x512 for them would look like:

    Code:
    //-----------------------------------------------------------
    // SUBROUTINE TO Position Windows for 5 boxing.
    //-----------------------------------------------------------
    <Command ResizeAndPosition>
       <SendPC Local>
          <SendWinM %1%>
                   <SetWinRect 0 0 1280 1024>              
          <SendWinM %2%>
                 <SetWinRect 1280 0 640 512>  
            <SendWinM %3%>
                <SetWinRect 1280 512 640 512>     
            <SendWinM %4%>
                <SetWinRect 1920 0 640 512>     
             <SendWinM %5%>
                 <SetWinRect 1920 512 640 512>
    of course you would have to customize the positions / sizes of the windows as you need them!
    Last edited by olipcs : 08-03-2009 at 03:32 AM

Similar Threads

  1. Replies: 15
    Last Post: 03-18-2012, 08:42 AM
  2. Lotro Dual-Boxing Howto
    By KrunkTheMadMan in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 04-02-2009, 02:27 AM
  3. 2 Boxing, 1-60 guide RAF guide?
    By pinnacle2009 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-18-2009, 07:59 PM
  4. Beginners Guide 2 Dual-Boxing (3,4,5 boxing)
    By piejoh77 in forum New Multi-Boxers & Support
    Replies: 78
    Last Post: 03-12-2009, 03:17 AM
  5. Dual-Boxing / Multi-Boxing leveling guide
    By Ziie in forum General WoW Discussion
    Replies: 3
    Last Post: 09-06-2007, 12:45 PM

Posting Rules

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