AutoHotkey Community

It is currently May 27th, 2012, 10:16 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 352 posts ]  Go to page Previous  1 ... 20, 21, 22, 23, 24
Author Message
PostPosted: January 10th, 2011, 11:37 pm 
Sir,

Can you advise if your script works on a Windows 7 machine?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 11th, 2011, 10:14 am 
yes


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 2nd, 2011, 9:05 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
Any chance to see support for docking to multiple parent windows (of other processes)?
Or an example how to implement the z-order behavior properly. I would like to have the same behavior as with SetParent(), but without clipping the child window at the parent window's borders.

Edit: I just saw that this feature is actually available in your WIN library. I believe that this should be much more prominent in AHK and I'll make a feature request to add it to the GUI command.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 15th, 2011, 11:04 pm 
Offline

Joined: October 5th, 2010, 6:27 am
Posts: 69
Sir,

I had this working for me and after I updated to the latest AutoHotKey_L (unicode 32 bit) the dock stopped working. I'm using Windows 7. Any ideas as to what happened to my dock?

Ok - I noticed a few posts back Fragman mention removing the [ and ] from the variable. Do you by chance have the updated dock.ahk with this variable to work with _L?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 16th, 2011, 6:43 am 
Offline
User avatar

Joined: January 25th, 2006, 8:08 am
Posts: 225
Location: Froschtümpel
tommy wrote:
Do you by chance have the updated dock.ahk with this variable to work with _L?


There is a AHK_L compatible version of dock available in Majkinetors Forms Framework. I don't no wether it meets all of your questions, but I think it's the successor of dock ...
_________________________
Composed/Posted with WYSIWYG BBCode Editor


Report this post
Top
 Profile  
Reply with quote  
 Post subject: docking multiple hosts
PostPosted: July 11th, 2011, 4:00 am 
Offline

Joined: August 3rd, 2007, 8:01 am
Posts: 555
Location: Houston, TX
tommy wrote:
Ok - I noticed a few posts back Fragman mention removing the [ and ] from the variable. Do you by chance have the updated dock.ahk with this variable to work with _L?
Just do a search and replace
"[" --> "_"
"]" --> "_"
and dock.ahk should work with _L.

To Majkinetor:
Can a single script be used to dock copies of the client gui to multiple hosts ?
I am trying to use dock to hide the title bar of multiple 3rd party windows at once. I want to cover up the title bar of the other windows even if they don't have focus (titlebutton 0.31 won't work). Will I have to launch a separate script per host ?

would be better if the dock function took the host hwnd as a parameter also, instead of making it global: Dock_HostID

thanks for this very useful script.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 15th, 2012, 11:08 pm 
Offline

Joined: October 5th, 2010, 6:27 am
Posts: 69
Sorry if this has been asked already but after compiling a script for the dock module the dock.ahk fails to open. Any ideas as to what might be causing this? It works fine when the script is a .ahk. I don't want to deploy this as an .ahk and instead would like to compile it.

Any ideas would be greatly appreciated.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 352 posts ]  Go to page Previous  1 ... 20, 21, 22, 23, 24

All times are UTC [ DST ]


Who is online

Users browsing this forum: specter333, XX0 and 24 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