Search found 183 matches

by bichlepa
12 Nov 2021, 15:15
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

Thanks for the hint. I updated the help file. Is there a repository of AHF files that might be available to get people a head start? I mean common flows that can be copied into your own flow? No there isn't yet. But there are some demonstration flows which are preinstalled with AHF and I'm adding mo...
by bichlepa
03 Nov 2021, 17:45
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49386

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Ich habe ein neues Update mit einigen neuen Elementen erstellt. :D Die Entwicklung von Paketen ist nun etwas vereinfacht. Einige weitere Daten werden jetzt aus der Datei manifest.json extrahiert. Die folgenden Element-Funktionen werden daher nicht mehr benötigt: x_RegisterElementClass("...") Element...
by bichlepa
03 Nov 2021, 17:45
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

I created a new update with some new elements. :D The development of packages is now slightly simplified. Some more data is now extracted from the manifest.json. Following element functions are not required anymore: x_RegisterElementClass("...") Element_getElementType_...() Element_getPackage_...() ...
by bichlepa
13 Oct 2021, 14:49
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

I didn't make any videos yet, but I'm planning to make some soon. Thanks to your question I'll put it higher in my priority list! :thumbup:
by bichlepa
17 Sep 2021, 10:16
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49386

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Es gibt jetzt ein Update mit der deutschen Übersetzung des Programms. Hilfedateien müssen noch übersetzt werden.

burque505 arbeitet an einer vielversprechenden Erweiterung für Chrome. Schaut mal rein :-) viewtopic.php?f=6&t=6399&start=40#p420341
by bichlepa
17 Sep 2021, 10:13
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

I added German translation of the application. The help files are not translated yet. I had to refactor the translation tool, now it can be used to add new languages. Probably there are mistakes in the English language, since I'm not a native speaker. I'd be grateful is someone checks and corrects a...
by bichlepa
11 Sep 2021, 10:15
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49386

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Jetzt ist es möglich, Erweiterungspakete mit einem Installer zu erstellen! :)
by bichlepa
11 Sep 2021, 10:11
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

I worked hard today :)
Now it is possible to create extension packages with an installer!
The instructions are located in the repository in this path: Tools for contributors\Element creation\help\index.html.
by bichlepa
11 Sep 2021, 01:54
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

I actually have RunCmd.ahk in a Lib folder "AutoHotFlow-1.0.3\Lib\RunCmd", ergo "AutoHotFlow-1.0.3\Lib\RunCmd\RunCmd.ahk", but I ran into trouble referencing it (included it in a function instead of at the top or bottom of the script). You have to add the lib to source_elements\Default\lib\%anyNewS...
by bichlepa
10 Sep 2021, 13:36
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49386

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Ich habe gerade die Anleitung für AHK-Kenner fertiggeschrieben, wie man neue Elemente erstellen kann, sowie die komplette Doku, die man dazu benötigt. Die Hilfe-Dateien sind hier: Tools for contributors\Element creation\help\index.html. Ich arbeite noch an der Möglichkeit, einen Installer für Erweit...
by bichlepa
10 Sep 2021, 13:32
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

That's very cool, burque505 ! You already figured it out on your own which steps are required. :thumbup: I just finished writing instructions how to create new elements. You can find the help files in this path: Tools for contributors\Element creation\help\index.html . I described there some more st...
by bichlepa
03 Sep 2021, 15:55
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49386

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Danke für den Hinweis. Ich habs gefixt und neue Version gemacht.
by bichlepa
03 Sep 2021, 10:15
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49386

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Gute Nachrichten! Version 1.0.0 ist da! Endlich, ich habe die erste stabile Version von AutoHotFlow fertiggestellt! :superhappy: Es ist ein großer Unterschied zwischen dieser Version und der alten Vorversion. Sie hat viel weniger Bugs und ist viel schneller. Probiert es aus! Download-Seite Ich habe...
by bichlepa
03 Sep 2021, 10:14
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49881

Re: AutoHotFlow - Simply draw your applications

Good news! Version 1.0.0 is out! Finally, I finished the first stable version of AutoHotFlow! :superhappy: It's big difference between this release and the old pre-release. It is much less buggy and much more perfomant. Check it out! Download page I also implemented a modular concept, it will be po...
by bichlepa
30 May 2021, 14:04
Forum: Ask for Help (v1)
Topic: [Solved] MouseMove: Speed is NOT ignored for SendInput mode
Replies: 2
Views: 446

Re: MouseMove: Speed is NOT ignored for SendInput mode

You are absolutely right! Thanks for the quick answer. I had an other AHK script running which had mouse hook enabled. :oops:

Now I found that the fallback behaviour is documented in the AHK help. The AHK help is really great! I should have read it more carefully.
by bichlepa
30 May 2021, 13:44
Forum: Ask for Help (v1)
Topic: [Solved] MouseMove: Speed is NOT ignored for SendInput mode
Replies: 2
Views: 446

[Solved] MouseMove: Speed is NOT ignored for SendInput mode

[Moderator's note: Topic moved from Bug Reports.] The AHK help seems wrong, when it says "Speed is ignored for SendInput/Play modes". SendInput mode seems to consider the speed option. At least, this code moves the mouse smoothly: sendmode, input mousemove, 100, 100, 40 https://youtu.be/IHBsGRmICiw
by bichlepa
29 Sep 2020, 09:46
Forum: Ask for Help
Topic: setworkingdir in one thread breaks includes in other thread
Replies: 2
Views: 2022

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
by bichlepa
29 Sep 2020, 09:40
Forum: Development
Topic: Bad source code file in error messages
Replies: 3
Views: 4529

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...
by bichlepa
28 Sep 2020, 13:56
Forum: Development
Topic: Bad source code file in error messages
Replies: 3
Views: 4529

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...
by bichlepa
28 Sep 2020, 13:13
Forum: Ask for Help
Topic: setworkingdir in one thread breaks includes in other thread
Replies: 2
Views: 2022

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...

Go to advanced search