AutoHotkey Community

It is currently May 27th, 2012, 7:28 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 42 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject:
PostPosted: May 19th, 2006, 7:39 am 
Offline

Joined: July 30th, 2004, 8:50 pm
Posts: 192
:) 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


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 11:21 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 29th, 2006, 6:59 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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().


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 1st, 2006, 2:53 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2006, 10:29 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 9th, 2006, 1:21 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
In v1.0.44.06, remapping-to-modifier such as F1::Control was fixed (broken by 1.0.44.05). [thanks formarx]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 17th, 2006, 2:14 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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]


Top
 Profile  
Reply with quote  
 Post subject: Bug in AHK 1.0.44.07?
PostPosted: June 19th, 2006, 10:15 am 
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


Top
  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2006, 12:56 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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/


Top
 Profile  
Reply with quote  
PostPosted: June 20th, 2006, 7:47 am 
Hi Chris,

yes, this worked! You saved me a lot of time for rewriting my app.
Thanks a lot.

Christian D. from Germany


Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2006, 5:09 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 9th, 2006, 7:09 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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]


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 9th, 2006, 8:17 pm 
Offline

Joined: June 8th, 2006, 9:38 pm
Posts: 307
Quote:
Added command Gui +LabelMyGui to support custom label names


Awesome! Thanks!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 27th, 2006, 5:53 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 9th, 2006, 5:53 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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).


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher 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