| View previous topic :: View next topic |
| Author |
Message |
Phoenix
Joined: 23 Sep 2005 Posts: 40
|
Posted: Thu Aug 24, 2006 12:55 am Post subject: Winmove Opera? |
|
|
I am trying to move around som programs. Every applicationwindow execpt opera seems to be movable and resizeable. I am trying the following code
| Code: | | WinMove, ahk_class Opwindow ,774,-2,1024,768 |
If I replace Opwindow (which is the ahk_class the spy reports) with some other programs class it works. But not with opera, why? I have tried just matching the windowtitle, and it doesn't work either. |
|
| Back to top |
|
 |
MsgBox
Joined: 17 Nov 2005 Posts: 179 Location: Leicester, UK
|
Posted: Thu Aug 24, 2006 1:25 am Post subject: |
|
|
Hello Phoenix
It was the case of the missing comma and the little w.
Solved Dr. Watson.
| Code: | | WinMove ahk_class OpWindow,,50,50,500,400 |
|
|
| Back to top |
|
 |
Phoenix
Joined: 23 Sep 2005 Posts: 40
|
Posted: Thu Aug 24, 2006 8:25 am Post subject: |
|
|
| Thanks for the quick reply however it doesn't seem to work anyways. I have even tried copying OpWindow to one of the WinMove strings that works for other windows and still no luck. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
|
| Back to top |
|
 |
|