AutoHotkey Community

It is currently May 27th, 2012, 11:04 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: January 28th, 2005, 5:00 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks, I will update them.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2005, 6:44 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer:

Launching a script should no longer switch you out of a full-screen application such as a game. In addition, there should be less disruption of the taskbar. [thanks Tekl]

Improved "Control Choose/ChooseString" to work on multi-select listboxes.

Added "ControlGet List" to retrieve the contents of a ListBox or ComboBox. [thanks Rajat & mallow]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 10:59 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer:

Fixed the Input command to correctly capture uppercase characters from the Send command and Hotstring replacements.

Increased the maximum number of controls per GUI window from 500 to 1000.

Improved MouseGetPos with an optional mode that better supports MDI child windows. [thanks unnamed.ahk]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2005, 1:44 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The following changes have been applied to the installer:

Fixed StringReplace (broken by v1.0.25) to work properly on large strings requiring more than 20 replacements. [thanks jordi]

Fixed GUI picture controls containing icons so that it is possible to change their options and styles via GuiControl. [thanks toralf]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2005, 5:25 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Latest changes:

Fixed RunAs so that it can be used more than once. [MikeG]

Fixed "Menu, MyMenu, Standard" to create the menu if it doesn't yet exist. [thanks Mythos]

Fixed "if Var" and "if (expression)" to consider non-numeric strings to be "true", as documented. [thanks Mythos]

Fixed built-in variables so that they can be referenced dynamically even if never referenced directly. Example: A_IPAddress%A_Index%

Changed ErrorLevel so that its previous value is available to commands that give it a new value. Example: StringReplace, OutputVar, ErrorLevel, EndKey:

Changed the linefeed character (`n) to be sent as Enter rather than Ctrl+Enter. This also causes "SendRaw %A_EndChar%" to work correctly when the user presses Enter to complete a hotstring. [thanks Andreas Borutta]


http://www.autohotkey.com/download/


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 4th, 2005, 9:21 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Changes for 1.0.25.13:

Applying options or styles to an existing GUI window avoids showing the window if it is hidden or minimized.

Added the following options to "Gui Show": Minimize, Maximize, Restore, NoActivate, NA, and Hide. [thanks kmel]

Added the following Gui window options: +/-Disabled, +/-AlwaysOnTop, and +/-LastFound. The LastFound option sets the window to be the last found window, allowing commands such as WinSet to operate on it even if it is hidden.

http://www.autohotkey.com/download/


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2005, 7:49 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Changes for 1.0.25.14:

Fixed hotstrings so that they don't interfere with AltGr dead keys (diacritics) such as tilde (~). [thanks zorglups & /Torben]

Added built-in variable A_LoopFileLongPath, which overcomes the limitations of A_LoopFileFullPath. [thanks Hugo]

Applying +AlwaysOnTop works even if the GUI window already exists. [thanks kmel]

"Gui Show" has been changed slightly to give more consistent results, especially for windows containing tab controls.

http://www.autohotkey.com/download/


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


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