Search found 183 matches

by bichlepa
12 Sep 2020, 06:41
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 50316

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...
by bichlepa
12 Sep 2020, 06:35
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50966

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...
by bichlepa
12 Sep 2020, 06:28
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50966

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!
by bichlepa
12 Sep 2020, 06:17
Forum: Ask for Help (v1)
Topic: Need help debugging AutoHotFlow v1 Topic is solved
Replies: 7
Views: 3659

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...
by bichlepa
25 Nov 2019, 15:58
Forum: Scripts and Functions (v1)
Topic: Base Frame for AutoHotKey Scripts (Installer ...)
Replies: 45
Views: 17092

Re: Base Frame for AutoHotKey Scripts (Installer ...)

Sorry, I was sure that I changed it. I may have forgotten to commit the new license.
by bichlepa
06 Aug 2019, 14:56
Forum: Scripts and Functions (v1)
Topic: Base Frame for AutoHotKey Scripts (Installer ...)
Replies: 45
Views: 17092

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!
by bichlepa
11 Jan 2019, 15:35
Forum: Skripte und Funktionen
Topic: Unicode Enter
Replies: 22
Views: 17794

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.
by bichlepa
18 Nov 2018, 03:12
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50966

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".
by bichlepa
17 Aug 2018, 12:53
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50966

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?
by bichlepa
11 Jul 2018, 00:12
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50966

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.
by bichlepa
20 May 2018, 04:27
Forum: Ask for Help (v1)
Topic: Need help debugging AutoHotFlow v1 Topic is solved
Replies: 7
Views: 3659

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...
by bichlepa
19 May 2018, 10:33
Forum: Scripts and Functions (v1)
Topic: ObjectSort()
Replies: 19
Views: 6473

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...
by bichlepa
19 May 2018, 09:11
Forum: Ask for Help (v1)
Topic: Need help debugging AutoHotFlow v1 Topic is solved
Replies: 7
Views: 3659

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 ...
by bichlepa
17 May 2018, 10:26
Forum: Skripte und Funktionen
Topic: lang() - Mache deine Skripte multilingual
Replies: 17
Views: 12536

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...
by bichlepa
05 May 2018, 06:54
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 50316

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Danke Gucky. Ich werde daran denken, sobald die Abstürze behoben sind.
by bichlepa
04 May 2018, 13:20
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 50316

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Ich habe leider schlechte Neuigkeiten. AutoHotflow v1 stürzt ständig ab. Ich habe schon viel Zeit damit verbracht, die Abstürze zu fixen, aber ohne Erfolg.
Ich bitte diejenigen, die sich mit AutoHotkey_H auskennen um Hilfe. Ich habe bereits im englischen Forum einen Hilferuf abgesetzt.
by bichlepa
04 May 2018, 13:15
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50966

Re: AutoHotFlow - Simply draw your applications

Unfortunately I have some bad news. I'm struggling with crashes. I spent lot of time to fix them, but I was not successful yet.
Anyone who can help, please read the appeal for help.
by bichlepa
02 May 2018, 14:47
Forum: Ask for Help (v1)
Topic: Need help debugging AutoHotFlow v1 Topic is solved
Replies: 7
Views: 3659

Need help debugging AutoHotFlow v1 Topic is solved

This appeal for help is addressed to experienced AHK user and AHK developer. Most of the features in AutoHotFlow v1 are implemented but I am struggling with crashes. I've spent over 30 hours to find and to fix them but can't find the reasons. I use AHK_H because it allows real multi-threading. Possi...
by bichlepa
01 May 2018, 10:43
Forum: Gaming Scripts (v1)
Topic: [Game] List of all AHK Games
Replies: 54
Views: 78136

Re: [Game] List of all AHK Games

I recently added a games section with the most remarkable games into the "awesome-AutoHotkey" project on GitHub.

Go to advanced search