05-01-2007, 10:34 PM
Hi,
I have opened up many windows within an application. I want to now maximize the app across 2 monitors before I re-arrange the windows.
But QM only seems to be recognizing specific subwindows which I have opened in the app.
Example:
max win("Cheshire - 031 0013 Wk24 T1 post gad" "CheshireMainFrame")
I have tried wildcarding the specific subwindow without success
Example:
max win("Cheshire*" "CheshireMainFrame")
Each time is says Error (RT)...: window not found
I have also tried the button Maximize to Desktop using Accessible objects without luck
Example:
Acc maxches=acc("Maximize to Desktop" "MENUITEM" win("" "CheshireMainFrame") "" "" 0x1101 0 -46)
maxches.DoDefaultAction
This seems probably like a small syntax error on my part. Hope there is an easy solution.
Thanks!!!
Stuart
I have opened up many windows within an application. I want to now maximize the app across 2 monitors before I re-arrange the windows.
But QM only seems to be recognizing specific subwindows which I have opened in the app.
Example:
max win("Cheshire - 031 0013 Wk24 T1 post gad" "CheshireMainFrame")
I have tried wildcarding the specific subwindow without success
Example:
max win("Cheshire*" "CheshireMainFrame")
Each time is says Error (RT)...: window not found
I have also tried the button Maximize to Desktop using Accessible objects without luck
Example:
Acc maxches=acc("Maximize to Desktop" "MENUITEM" win("" "CheshireMainFrame") "" "" 0x1101 0 -46)
maxches.DoDefaultAction
This seems probably like a small syntax error on my part. Hope there is an easy solution.
Thanks!!!
Stuart