Search found 167 matches
- 29 Sep 2020, 09:46
- Forum: Ask For Help
- Topic: setworkingdir in one thread breaks includes in other thread
- Replies: 2
- Views: 679
Re: setworkingdir in one thread breaks includes in other thread
Thanks for the explanation. IMHO this explanation should be somewhere in the documentation of AHK_H. Maybe here: https://documentation.help/AHK_H-2.0/SetWorkingDir.htm
- 29 Sep 2020, 09:40
- Forum: Development
- Topic: Bad source code file in error messages
- Replies: 3
- Views: 536
Re: Bad source code file in error messages
The examples for broken file paths are in the screenshots. In the first, there are many random characters and the file path which is shown there is wrong. In the second screenshot, the path is not shown at all. About the lost functions, I think it would be easier if we make a call with screen sharin...
- 28 Sep 2020, 13:56
- Forum: Development
- Topic: Bad source code file in error messages
- Replies: 3
- Views: 536
Bad source code file in error messages
In the current AutoHotkey_H release (from Jun 25, 2020) the file paths in error messages are broken. hc_005.png hc_004.png There is an other problem with the current version, wich seems not to appear in previous version (from Jun 6, 2020). In large projects sometimes functions in random files get lo...
- 28 Sep 2020, 13:13
- Forum: Ask For Help
- Topic: setworkingdir in one thread breaks includes in other thread
- Replies: 2
- Views: 679
setworkingdir in one thread breaks includes in other thread
If a thread starts which has includes, and another thread changes the working directory at same time, the includes may fail, because AHK tries to include the file from the new working directory. It happens even when the include path is set to script directory. Start the attached code. This script ne...
- 12 Sep 2020, 06:41
- Forum: Skripte und Funktionen
- Topic: AutoHotFlow - Kleine Programme grafisch erstellen
- Replies: 38
- Views: 37182
Re: AutoHotFlow - Kleine Programme grafisch erstellen
Gute Neuigkeiten! Nach einer längeren Pause hatte ich neue Ideen und damit gelang es mir, die Abstürze zu beheben! :dance: Da ich denke, dass AHF inzwischen genug Features für das erste Release hat, will ich jetzt darauf hinarbeiten. Dafür muss ich noch eine Menge Bugs fixen und den Code besser stru...
- 12 Sep 2020, 06:35
- Forum: Scripts and Functions
- Topic: AutoHotFlow - Simply draw your applications
- Replies: 46
- Views: 31750
Re: AutoHotFlow - Simply draw your applications
blue83 I'm sorry, I've overseen your question. I acutally don't understad your questions, can you please give some more details? To make it clear: AHF is not a script generator. You cannot export and run anything without the AutoHotFlow application. CyL0N Thanks for the feedback. In meantime I made...
- 12 Sep 2020, 06:28
- Forum: Scripts and Functions
- Topic: AutoHotFlow - Simply draw your applications
- Replies: 46
- Views: 31750
Re: AutoHotFlow - Simply draw your applications
Good news! I was able to solve the annoying crash problems and the project will continue now! I think the tool has enough features for a first release, so I'm going to work on int. For this I need to do bugfixes, documentation and some refactoring. Stay tuned!
- 12 Sep 2020, 06:17
- Forum: Ask For Help
- Topic: Need help debugging AutoHotFlow v1 Topic is solved
- Replies: 7
- Views: 2693
Re: Need help debugging AutoHotFlow v1 Topic is solved
After a long break I came up with new ideas and decided to give an other try to solve the crashes. And ... I succeeded! :superhappy: These three steps have led to success. Secure all shared variable access with a critical section. Since I use multithreading (AutoHotkey_H) I use shared variables to s...
- 25 Nov 2019, 15:58
- Forum: Scripts and Functions
- Topic: Base Frame for AutoHotKey Scripts (Installer ...)
- Replies: 45
- Views: 13941
Re: Base Frame for AutoHotKey Scripts (Installer ...)
Sorry, I was sure that I changed it. I may have forgotten to commit the new license.
- 06 Aug 2019, 14:56
- Forum: Scripts and Functions
- Topic: Base Frame for AutoHotKey Scripts (Installer ...)
- Replies: 45
- Views: 13941
Re: Base Frame for AutoHotKey Scripts (Installer ...)
Sorry for not responding for this long.
Thank you, SOTE, for the explanation. I didn't consider that when I published Base Frame.
I see that alibaba (who contributed as well) seems to agree with it. So I just changed the project to MIT license on GitHub.
Feel free to use it as you want!
Thank you, SOTE, for the explanation. I didn't consider that when I published Base Frame.
I see that alibaba (who contributed as well) seems to agree with it. So I just changed the project to MIT license on GitHub.
Feel free to use it as you want!
- 11 Jan 2019, 15:35
- Forum: Skripte und Funktionen
- Topic: Unicode Enter
- Replies: 22
- Views: 13702
Re: Unicode Enter
Sorry. Ich habe die Anleitung im ersten Post und in GitHub nicht angepasst, nachdem ich standardmäßig statt der Raute-Taste die Pause-Taste definiert habe. Mit der Pause-Taste sollte es gehen.
Der Hotkey lässt sich in der unicode enter generator.ahk ganz oben nach Bedarf anpassen.
Der Hotkey lässt sich in der unicode enter generator.ahk ganz oben nach Bedarf anpassen.
- 18 Nov 2018, 03:12
- Forum: Scripts and Functions
- Topic: AutoHotFlow - Simply draw your applications
- Replies: 46
- Views: 31750
Re: AutoHotFlow - Simply draw your applications
@wsimon98
1: The flows can't be converted to ahk scripts and therefore can't be executed standalone. The flows are saved in the folder "Saved Flows" as ini files. Sorry.
2: You can write to and read clipboard content using the actions "Get clipboard" and "Write clipboard".
1: The flows can't be converted to ahk scripts and therefore can't be executed standalone. The flows are saved in the folder "Saved Flows" as ini files. Sorry.
2: You can write to and read clipboard content using the actions "Get clipboard" and "Write clipboard".
- 17 Aug 2018, 12:53
- Forum: Scripts and Functions
- Topic: AutoHotFlow - Simply draw your applications
- Replies: 46
- Views: 31750
Re: AutoHotFlow - Simply draw your applications
It seems that AutoHotFlow can't write to the directory where it is located without administrator rights. It may also not be able to save any flow.
Did you move it to the "program files" folder?
Did you move it to the "program files" folder?
- 11 Jul 2018, 00:12
- Forum: Scripts and Functions
- Topic: AutoHotFlow - Simply draw your applications
- Replies: 46
- Views: 31750
Re: AutoHotFlow - Simply draw your applications
I'm sorry being absent last days.
I know that there are some bugs in AutoHotFlow v0. But in last months I spent my time to finish v1.
Unfortunately the release of v1 does not come into sight, therefore I will soon have a look at v0 and fix the reported bugs.
I know that there are some bugs in AutoHotFlow v0. But in last months I spent my time to finish v1.
Unfortunately the release of v1 does not come into sight, therefore I will soon have a look at v0 and fix the reported bugs.
- 20 May 2018, 09:40
- Forum: Ask For Help
- Topic: Need help debugging AutoHotFlow v1 Topic is solved
- Replies: 7
- Views: 2693
Re: Need help debugging AutoHotFlow v1 Topic is solved
I use scite4ahk.
- 20 May 2018, 04:27
- Forum: Ask For Help
- Topic: Need help debugging AutoHotFlow v1 Topic is solved
- Replies: 7
- Views: 2693
Re: Need help debugging AutoHotFlow v1 Topic is solved
There is no fix point at which it crashes. It randomly occurs while using it. The fastest way to reproduce it, is to start AutoHotFlow, enable the flow "Huge test script" and run it several times. While it runs, you may try to open an other flow for edit. At that point it often hangs up. I did not f...
- 19 May 2018, 10:33
- Forum: Scripts and Functions
- Topic: ObjectSort()
- Replies: 6
- Views: 1923
ObjectSort()
This is a powerful and easy to use solution for sorting objects. ObjectSort() sourcecode: /* ObjectSort() by bichlepa * * Description: * Reads content of an object and returns a sorted array * * Parameters: * obj: Object which will be sorted * keyName: [optional] * Omit it if you want to sort a arra...
- 19 May 2018, 09:11
- Forum: Ask For Help
- Topic: Need help debugging AutoHotFlow v1 Topic is solved
- Replies: 7
- Views: 2693
Re: Need help debugging AutoHotFlow v1 Topic is solved
I have no idea on why and on which line it crashes. Sometimes it just hangs up until I kill it. Sometimes I get a message from Windows that AutoHotkey has stopped working. Most likely it has something to do with multi-threading. Something like dead lock when using critical sections or missing mutex ...
- 17 May 2018, 10:26
- Forum: Skripte und Funktionen
- Topic: lang() - Mache deine Skripte multilingual
- Replies: 17
- Views: 10041
Re: lang() - Mache deine Skripte multilingual
Hallo Ralf, Man kann der Funktion lang_setLanguage(p_lang) entweder einen Index, die Kurzbezeichnung (z.B. "de"), den englischen Namen (z.B. "German") oder den Namen in der Sprache (z.B. "Deutsch") geben. Die Meldung kommt, wenn die zu setzende Sprache nicht gefunden wurde. Nach allem, was du schrei...
- 05 May 2018, 06:54
- Forum: Skripte und Funktionen
- Topic: AutoHotFlow - Kleine Programme grafisch erstellen
- Replies: 38
- Views: 37182
Re: AutoHotFlow - Kleine Programme grafisch erstellen
Danke Gucky. Ich werde daran denken, sobald die Abstürze behoben sind.