AutoHotkey Community

It is currently May 27th, 2012, 12:54 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 37 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: AutoHotkey_L v1.1.03
PostPosted: August 28th, 2011, 11:46 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
1.1.03.00

Added support for GUI names.
Added support for identifying a GUI by its HWND.
Added +Parent%ParentGui% Gui option.
Added support for external windows as Gui owners via +Owner%HWND%.
Added Name sub-command for GuiControlGet.
Added support for ActiveX controls via the Gui command.

Fixed: Empty hotkey control returned "vk00".
Fixed: Crashes and memory leaks related to COM events/ComObjConnect.
Fixed: GuiControlGet OutputVar, Subcmd, %OutputVar% always failed.

Changed "Missing (/[/{" error messages to "Unexpected )/]/}" for greater clarity.
Changed ListLines to display While and Until lines which are executed each iteration.
Changed ~= to have higher precedence than =/!=/</>/<=/>= but lower than concat, and added it to the documentation.



Last edited by Lexikos on September 11th, 2011, 9:38 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 11:52 am 
Online
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Very nice, keep up the hard work! :)

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 11:53 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Forgot to mention I've included the latest Ahk2Exe updates (thanks fincs).


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 12:18 pm 
Offline
User avatar

Joined: May 28th, 2011, 9:03 am
Posts: 466
Location: Germany
And you forgot to mention that your days have 42 hours! :wink:

THX, again!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 1:51 pm 
Offline
User avatar

Joined: April 4th, 2009, 8:19 pm
Posts: 1143
Location: Croatia
Thank you! :)


Top
 Profile  
Reply with quote  
 Post subject: Re: AutoHotkey_L v1.1.03
PostPosted: August 28th, 2011, 2:54 pm 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5482
Location: the tunnel(?=light)
Lexikos wrote:
Added support for ActiveX controls via the Gui command.


Fantastic! Salutari meo.

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 5:41 pm 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
The Gui support is fantastic! :D
This will make so many things so much easier 8)

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 5:47 pm 
Offline

Joined: December 28th, 2005, 10:46 am
Posts: 99
Thanks a lot. For me, named windows is a major improvement.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 7:42 pm 
Offline
User avatar

Joined: May 24th, 2009, 5:35 am
Posts: 2099
Location: Iowa, USA
WOW ... Thanks :D

_________________
Image
Recommended: AutoHotkey_L
Basic Webpage Controls


Top
 Profile  
Reply with quote  
 Post subject: Re: AutoHotkey_L v1.1.03
PostPosted: August 28th, 2011, 9:05 pm 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
Lexikos wrote:
Added support for ActiveX controls via the Gui command.
*Opens the window and shouts to the world*
:D :D :D

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Top
 Profile  
Reply with quote  
 Post subject: Re: AutoHotkey_L v1.1.03
PostPosted: August 28th, 2011, 9:19 pm 
You had me at "GUI names"...I finally installed it!

Lexikos wrote:
Added support for ActiveX controls via the Gui command.

...yes, but now can you do that for a Firefox (or should I say "Gecko") browser control?


Top
  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 9:49 pm 
Superb! thanks. Just a word. I didn't tryed yet but I have a few questions :
1) Are the named windows handled in the GuiControl command (they are in the GuiControlGet command, but we don't have this precision) ?
Is "GuiControl, MyGui:Show, MyButton" OK ?
2) As special numbered names like "2GuiClose" are replaced, in your example by "MyGuiClose", must the names of named GUIs be ended by "Gui" ?


Top
  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 9:57 pm 
Offline
User avatar

Joined: August 23rd, 2010, 6:22 pm
Posts: 781
Location: Ontario, Canada
:shock: :o :) :D

Made my day.

_________________
AutoHotkey.net | GitHub

My default license.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 10:50 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Guest, I believe there's a Firefox ActiveX control somewhere.

supercalifragilistic,
1) "To operate upon a window other than the default (see below), include its name or number followed by a colon ..."
2) Yes, for backward-compatibility, simplicity and consistency. Gui numbers are now really names, so for Gui 2's close label to be 2GuiClose, a Gui named "My" must use MyGuiClose. However, Gui names can be anything valid for variable names, and the labels can still be set via +LabelPrefix.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2011, 11:19 pm 
How does the new Gui names interact with the old Gui, +Labels?

For these 2 codes...

Code:
Gui, ExampleName:Default
Gui, Show
return

ExampleNameGuiClose:
ExitApp

Code:
Gui, ExampleName:Default
Gui, +LabelExampleLabel
Gui, Show
return

ExampleLabelClose:
ExitApp

...are they correct as-is?...or what would be the name of "GuiClose" for each?

Do the new Gui names even auto-set the Label? If so, does the auto-set Label include "Gui" at the end for a Gui name, but not got a +Label?

Is it too late to suggest +Name syntax?...lol.


Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 37 posts ]  Go to page 1, 2, 3  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot 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