| View previous topic :: View next topic |
| Author |
Message |
skrommel
Joined: 30 Jul 2004 Posts: 164
|
Posted: Fri May 19, 2006 7:39 am Post subject: |
|
|
Chris, you're soon out of a job! With TreeView, a process list, and my own understanding of struct handling, I can't think of anything more to ask for!
Oh, well, I'll think of something!
Skrommel |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Sat May 20, 2006 11:21 pm Post subject: |
|
|
| In v1.0.44.02, hotkeys that use "&" and "~" together have been fixed (e.g. ~a & b and ~LButton & RButton) (broken by v1.0.44). [thanks SlimlinE & Spike] |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Mon May 29, 2006 6:59 pm Post subject: |
|
|
Here are the changes for v1.0.44.03:
Fixed FileExist() to report "X" rather than "" for files whose attributes are all undefined. [thanks Peter]
Fixed Tab controls so that the first Text control added to a new page is auto-positioned correctly even if the previously added control was a Text control on some other page.
Fixed ImageSearch so that a transparent color like TransBlack is as effective in variation mode as non-variation mode. [thanks Troz]
Fixed GetKeyState and KeyWait to accept characters that don't exist in the current keyboard layout (in case the keyboard layout changes after launching the script).
Fixed hotkeys that don't exist in the current keyboard layout (such as ^!ä:: in English) to display a warning and end the auto-execute section. [thanks Androgen Belkin]
Changed and improved ControlSend, Send, Hotstrings, Input, and AltGr handling to use the target window's language rather than the script's. If you use only one keyboard layout on your system, this should not affect anything. [thanks Androgen Belkin]
Improved VarSetCapacity() to interpret a capacity of -1 as "update this variable's internally-stored length". This is useful in cases where a variable has been altered indirectly, such as by passing its address via DllCall(). |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Thu Jun 01, 2006 2:53 pm Post subject: |
|
|
Here are the changes for v1.0.44.04:
Fixed double-colon warning dialog appearing upon launch of certain scripts. (broken by 1.0.44.03)
Fixed combination hotkeys like "a & b" to work even if "b & a" and "b & a up" are also present.
Fixed buddyless UpDown controls to work even if a StatusBar is present. [thanks Titan] |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Wed Jun 07, 2006 10:29 pm Post subject: |
|
|
Here are the changes for v1.0.44.05:
Fixed mouse movement being off by 1 pixel for coordinates very near 0 (broken by 1.0.43). [thanks numEric]
Changed and improved remapping-to-modifier (such as F1::Control) to release the modifier during the script's other uses of Send. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Fri Jun 09, 2006 1:21 am Post subject: |
|
|
| In v1.0.44.06, remapping-to-modifier such as F1::Control was fixed (broken by 1.0.44.05). [thanks formarx] |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Sat Jun 17, 2006 2:14 pm Post subject: |
|
|
Here are the changes for v1.0.44.07:
Fixed stack overflow when a registry-loop traverses deeply nested subkeys. [thanks Eggi]
Fixed Hotkey command to report ErrorLevel 0 vs. 51 upon success for joystick hotkeys. [thanks Roland]
Changed ClipboardAll to exclude formats that cause Outlook's MS Word editor to display error dialogs. [thanks deanhill1971]
Changed and improved UrlDownloadtoFile to retrieve the file from the remote server vs. the cache. There is a new option to override this. [thanks olfen]
Improved remapping to support destination characters that don't exist on the keyboard (such as F1::ð in English). [thanks DavidT] |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jun 19, 2006 10:15 am Post subject: Bug in AHK 1.0.44.07? |
|
|
Hi Chris,
I've problems using a new program. I can run it as a script, but when I want to run it compiled (compiling works fine) it shows this error:
| Code: | Error: Call to nonexistent function.
Specifically: SB_SetParts(200,200)
... |
I hope you have an idea what's wrong here?
Thanks.
Christian D. from Germany |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Tue Jun 20, 2006 12:56 am Post subject: |
|
|
Your AutoHotkeySC.bin file is probably out of date. Check its file date and update it if necessary (also check if you have more than one such file on your system).
AutoHotkeySC.bin can be acquired from the Installer or the ZIP file at http://www.autohotkey.com/download/ |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jun 20, 2006 7:47 am Post subject: RE: Bug in AHK 1.0.44.07? |
|
|
Hi Chris,
yes, this worked! You saved me a lot of time for rewriting my app.
Thanks a lot.
Christian D. from Germany |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Tue Jul 25, 2006 5:09 pm Post subject: |
|
|
Here are the changes for v1.0.44.08:
Fixed "Gui Show" not to unmaximize a window unless the options require it. [thanks foom]
Fixed GuiControl's +/-Left/Right for buttons, checkboxes, and radios. [thanks Hardeep]
Fixed UpDown creation to widen its buddy only when the buddy had no explicit width. [thanks Thalon]
Improved MsgBox/IfMsgBox to support Cancel/Try Again/Continue, as well as a Help button. [thanks jballi] |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Wed Aug 09, 2006 7:09 pm Post subject: |
|
|
Here are the changes for v1.0.44.09:
Fixed hook hotkeys like $^b not to fire twice when a similar, key-up hotkey exists (like "#b up" ). [thanks Newbie]
Fixed one too many backspaces in asterisk hotstrings whose next-to-last character is a dead key. [thanks Henrique]
Fixed "Gui Color" to work after the background color was previously changed to "default". [thanks Hardeep]
Changed "if var is xdigit" to tolerate a 0x prefix. [thanks Titan]
Added command Gui +LabelMyGui to support custom label names (e.g. "MyGuiClose" instead of "2GuiClose"). This also allows multiple GUI windows to share the same set of labels. [thanks Tekl] |
|
| Back to top |
|
 |
Roland
Joined: 08 Jun 2006 Posts: 238
|
Posted: Wed Aug 09, 2006 8:17 pm Post subject: |
|
|
| Quote: | | Added command Gui +LabelMyGui to support custom label names |
Awesome! Thanks! |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Sun Aug 27, 2006 5:53 pm Post subject: |
|
|
Here are the changes for v1.0.44.10:
Fixed OnMessage() when called from inside a monitor function for the purpose of disabling some other monitor. [thanks Hardeep]
Changed/fixed ImageSearch's TransN option to use RGB vs. BGR as documented. [thanks Tom Lorimor]
Changed the installer to omit the "Run" verb for .ahk files. The "Open" verb is now the default (with a new display-name of "Run Script"). [thanks numEric]
(There were also 5 other fixes that seemed too minor or obscure to log -- thanks to everyone who reported them.) |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Sat Sep 09, 2006 5:53 pm Post subject: |
|
|
Here are the changes for v1.0.44.11:
Fixed FileSelectFolder and TreeView to respond properly to mouse clicks when timers are running.
Fixed inability of OnMessage() to consistently monitor certain messages such as WM_NOTIFY. [thanks NumEric]
Fixed inability of literal/quoted strings to contain `%.
Fixed continuation sections to support #EscapeChar, #DerefChar, and #Delimiter. [thanks Laszlo]
Changed GroupBox to default to "no word-wrapping". This can be overridden via +Wrap.
Changed/improved the ** operator and "Transform Pow" to support negative bases when the exponent isn't fractional. [thanks Laszlo]
Improved GUI responsiveness during UrlDownloadtoFile (especially for slow downloads). |
|
| Back to top |
|
 |
|