AutoHotkey Community

It is currently May 27th, 2012, 1:39 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Ghost Window after move
PostPosted: June 18th, 2009, 1:41 pm 
Offline

Joined: April 24th, 2009, 5:24 pm
Posts: 9
I'm trying to move the Media Monkey window but when I do the move AHK seems to move the skinned window leaving behind the ghost outline of the window.

Can't seem to interact with the "ghost" and can't get rid of it either.

Is there some way I can ensure that the window commands act on the "whole" window, or combined windows??

_________________
Scribbly


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 18th, 2009, 1:57 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Try GroupAdd

You can also try Redraw but not sure if that works.
Code:
WinSet,Redraw,,Your Window

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 18th, 2009, 3:33 pm 
HotKeyIt wrote:
Try GroupAdd

You can also try Redraw but not sure if that works.
Code:
WinSet,Redraw,,Your Window


That's an interesting idea: i will! Is there a way of moving the whole group together: from what I read I need to loop through the windows?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 18th, 2009, 5:55 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Code:
WinMove,ahk_group,,% x,% y,% w,% h

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group