| Author |
Message |
Topic: zlib |
David Andersen
Replies: 7
Views: 1839
|
Forum: Scripts & Functions Posted: Mon Mar 07, 2011 1:01 pm Subject: zlib |
Hi shajul,
Thank you for your fast reply. I am too stupid to make it work with UInt, just replacing the Ptr with UInt did not do the trick. Since the output is binary data, I am also not sure wheth ... |
Topic: zlib |
David Andersen
Replies: 7
Views: 1839
|
Forum: Scripts & Functions Posted: Mon Mar 07, 2011 11:36 am Subject: zlib |
Hi,
Thank you for creating sharing. I am trying to test this on Autohotkey (not Autohotkey_L). I am, however, not getting any sensible results out of the following code:
zlib_Compress(Byref ... |
Topic: Autohotkey_L maturity |
David Andersen
Replies: 11
Views: 602
|
Forum: General Chat Posted: Tue Dec 14, 2010 8:49 am Subject: Autohotkey_L maturity |
Thanks a lot Lexikos! Because of your relatively clear answer, I will start converting my existing Autohotkey Basic code to Autohotkey_L shortly.
It was important to me to ask about the stability d ... |
Topic: Autohotkey_L maturity |
David Andersen
Replies: 11
Views: 602
|
Forum: General Chat Posted: Mon Dec 13, 2010 4:52 pm Subject: Autohotkey_L maturity |
Thanks for the link to the roadmap. It is certainly an ambitious project.
I know that all software has bugs, but some software has more bugs (and more critical ones) than others and I am after a cl ... |
Topic: Autohotkey_L maturity |
David Andersen
Replies: 11
Views: 602
|
Forum: General Chat Posted: Mon Dec 13, 2010 3:44 pm Subject: Autohotkey_L maturity |
Yes. But the issues were fixed just three weeks ago, (see http://www.autohotkey.net/~Lexikos/AutoHotkey_L/docs/AHKL_ChangeLog.htm).
I really hope that these were the final bugs ever in Autohotke ... |
Topic: Autohotkey_L maturity |
David Andersen
Replies: 11
Views: 602
|
Forum: General Chat Posted: Mon Dec 13, 2010 2:01 pm Subject: Autohotkey_L maturity |
I really hope that you are right that Autohotkey_L is more stabile than Autohotkey Classic, but I do not believe that the following issues are present in Autohotkey Classic:
Fixed: Upper-ANSI cha ... |
Topic: This is really bad news |
David Andersen
Replies: 29
Views: 1540
|
Forum: General Chat Posted: Mon Dec 13, 2010 1:20 pm Subject: This is really bad news |
| I believe that to solve the constant problem with Autohotkey being utilized for creating viruses, the only durable solution is to help the creators of anti-virus software. Maybe we could provide them ... |
Topic: Autohotkey_L maturity |
David Andersen
Replies: 11
Views: 602
|
Forum: General Chat Posted: Mon Dec 13, 2010 12:58 pm Subject: Autohotkey_L maturity |
I am considering going from Autohotkey classic to Autohotkey_L. Could anyone indicate the maturity of the project. The last release seemed to have bugs in quite basic parts of functionality. Like:
Fi ... |
Topic: This is really bad news |
David Andersen
Replies: 29
Views: 1540
|
Forum: General Chat Posted: Mon Dec 13, 2010 12:24 pm Subject: This is really bad news |
| I do not know whether one can ask Google (or other search sites) to block the site. This would help against it getting found. |
Topic: [AHK DLL] Threadsafe reload |
David Andersen
Replies: 5
Views: 719
|
Forum: Bug Reports Posted: Mon Nov 22, 2010 11:04 am Subject: [AHK DLL] Threadsafe reload |
In at least one case
Reload
Sleep 1000
will be unreliable. For example it is used in a compiled script, which is placed on a networked drive and accessed over VNC. In this case the whole .exe fil ... |
Topic: [AHK DLL] Threadsafe reload |
David Andersen
Replies: 5
Views: 719
|
Forum: Bug Reports Posted: Wed Nov 17, 2010 12:58 pm Subject: [AHK DLL] Threadsafe reload |
| Imagine the following functionality. Reload will check whether a pid can be obtained for the new process. If a new PID is obtained, exitapp is called, if not then the script continues running. Wouldn' ... |
Topic: Possible bug or at least counterintuitive functionality |
David Andersen
Replies: 15
Views: 647
|
Forum: Ask for Help Posted: Wed Nov 17, 2010 11:35 am Subject: Deprecation |
Thanks for your help Lexikos, I now know how to work around this issue in my own case.
I believe that Autohotkey should introduce functionality Var += Value [, TimeUnits] syntax is depreca ... |
Topic: [AHK DLL] Threadsafe reload |
David Andersen
Replies: 5
Views: 719
|
Forum: Bug Reports Posted: Wed Nov 17, 2010 11:16 am Subject: [AHK DLL] Threadsafe reload |
I placed this thread in the bug report thread as it has so severe consequenses.
The following code will force you to *RESTART* your computer, so be sure to save everything before trying. The script ... |
Topic: Possible bug or at least counterintuitive functionality |
David Andersen
Replies: 15
Views: 647
|
Forum: Ask for Help Posted: Tue Nov 16, 2010 2:06 pm Subject: Possible bug or at least counterintuitive functionality |
Vxe. The wrappers are excellent and should be included in the documentation and in the core code.
Lexikos. If the following yields the wrong result: if (statusTime = tempStatusTime + 1, seconds ... |
Topic: Possible bug or at least counterintuitive functionality |
David Andersen
Replies: 15
Views: 647
|
Forum: Ask for Help Posted: Mon Nov 15, 2010 5:58 pm Subject: Possible bug or at least counterintuitive functionality |
Consider the following example:
statusTime := "20010101010101"
statusTime += 0, seconds
tempStatusTime := statusTime - 2, seconds
if (statusTime = tempStatusTime + 1, secon ... |
| |