Close
Showing results 1 to 10 of 10

Threaded View

  1. #3

    Default

    I don't face this error using the <SetForegroundWin> only for the first window, but when I use the code with <SeForegroundWin> after each window target it does cause that error... Let me know if this works for you as worked for me

    *Resize for 1920x1080p monitor and five accounts
    Code:
    <Command ResizeAndPosition>
       <TargetWin %2%>
          <SetWinRect 1280 0 640 360>
         <UpdateWin>  
       <TargetWin %3%>
          <SetWinRect 1280 360 640 360>  
         <UpdateWin>   
       <TargetWin %4%>
          <SetWinRect 1280 720 640 360>
         <UpdateWin>
       <TargetWin %5%>
          <SetWinRect 640 720 640 360>
         <UpdateWin>
       <TargetWin %1%>
          <SetWinRect 0 0 1280 720>
             <SetForegroundWin>
         <UpdateWin>
    Last edited by muldorante : 07-21-2019 at 05:42 AM Reason: Missing information

Posting Rules

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