AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Winmove Opera?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Phoenix



Joined: 23 Sep 2005
Posts: 40

PostPosted: Thu Aug 24, 2006 12:55 am    Post subject: Winmove Opera? Reply with quote

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
View user's profile Send private message
MsgBox



Joined: 17 Nov 2005
Posts: 179
Location: Leicester, UK

PostPosted: Thu Aug 24, 2006 1:25 am    Post subject: Reply with quote

Hello Phoenix

It was the case of the missing comma and the little w.
Solved Dr. Watson. Smile
Code:
WinMove ahk_class OpWindow,,50,50,500,400
Back to top
View user's profile Send private message Visit poster's website
Phoenix



Joined: 23 Sep 2005
Posts: 40

PostPosted: Thu Aug 24, 2006 8:25 am    Post subject: Reply with quote

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
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Thu Aug 24, 2006 12:25 pm    Post subject: Reply with quote

The following topics might help:
WinMove problem with Putty
Unable to resize a window using WinMove
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group