AutoHotFlow - Simply draw your applications
Moderator: Martin
AutoHotFlow - Simply draw your applications
You like AutoMagic? Then you will like this!
AutoHotFlow ist a similar applications for Windows. It's as easy to use as AutoMagic.
There is an editor.
Every element has settings.
There is also flow manager.
It has all basic functions. I'm working on it and its abilities are raising.
I'd appreciate if you will use it, test it, help me programming and / or comment this project
Download page
Sourcecodes auf GitHub
AutoHotFlow ist a similar applications for Windows. It's as easy to use as AutoMagic.
There is an editor.
Every element has settings.
There is also flow manager.
It has all basic functions. I'm working on it and its abilities are raising.
I'd appreciate if you will use it, test it, help me programming and / or comment this project
Download page
Sourcecodes auf GitHub
Last edited by bichlepa on 03 Sep 2021 15:21, edited 2 times in total.
Re: AutoHotFlow - Simply draw your applications
Is an English translation planned? I noticed the install dialogue is all in German - and I don't know what buttons to press
Re: AutoHotFlow - Simply draw your applications
Unfortunately the installer is only in German. I will work on it soon.
To install press always the left button. It will create a new folder in the folder where the installer is and extract the application there.
AutoHotFlow itself is multilingual. English and German are available. Russian is incomplete.
If you wish you may translate AutoHotFlow into other languages. You'll need to download the sourcecode, install AutoHotKey from here and run the "Translation Tool.ahk" in the folder "language".
To install press always the left button. It will create a new folder in the folder where the installer is and extract the application there.
AutoHotFlow itself is multilingual. English and German are available. Russian is incomplete.
If you wish you may translate AutoHotFlow into other languages. You'll need to download the sourcecode, install AutoHotKey from here and run the "Translation Tool.ahk" in the folder "language".
Re: AutoHotFlow - Simply draw your applications
You can align text vertically in the center of the blocks?
Sorry for bad english, my native is russian.
Re: AutoHotFlow - Simply draw your applications
I already tried it earlier but I haven't found that option to align text vertically. Now I did
I've updated it. AutoHotFlow will notify you on start that there is an update. Click on "Ja". It will download it and start the Update.
EDIT: I have updated the installer and the updater. They are now in english.
I've updated it. AutoHotFlow will notify you on start that there is an update. Click on "Ja". It will download it and start the Update.
EDIT: I have updated the installer and the updater. They are now in english.
-
- Posts: 186
- Joined: 12 Feb 2014 01:45
Re: AutoHotFlow - Simply draw your applications
Interesting, when I get more time I will definitely look into it
Best regards,
AngelAtwOrk
AngelAtwOrk
Re: AutoHotFlow - Simply draw your applications
A new update is available! It contains loop elements!
There are following now loops: Simple loop, loop with condition, Work through a list, parse a string, loop through files
Inside a loop there are some variables available. At least a_index and some others, depending on the loop type.
I will try to implement a help that will explain each element and also list the available variables inside a loop.
There are following now loops: Simple loop, loop with condition, Work through a list, parse a string, loop through files
Inside a loop there are some variables available. At least a_index and some others, depending on the loop type.
I will try to implement a help that will explain each element and also list the available variables inside a loop.
Re: AutoHotFlow - Simply draw your applications
This is actually pretty neat peace of software.
I use it mainly for simple macros to ease up my work flow, as I found out this is the easiest and most powerful to create those.
However, it is irritating that everytime I reboot my PC, I have to enable the flows again. The program itself starts up just fine, but all the flows are disabled. Can you fix that?
I wrote this before trying the update you announced above, so if you already fixed that, please disregard this request.
I use it mainly for simple macros to ease up my work flow, as I found out this is the easiest and most powerful to create those.
However, it is irritating that everytime I reboot my PC, I have to enable the flows again. The program itself starts up just fine, but all the flows are disabled. Can you fix that?
I wrote this before trying the update you announced above, so if you already fixed that, please disregard this request.
Re: AutoHotFlow - Simply draw your applications
Hi,
AutoHotFlow should activate the flows on startup. I didn't experience that issue on my computer. But I think, I found the reason. It might be that on your computer first the flow is closed and then the manager, whitch will cause that issue.
I have done two workarounds and I published the update. I hope it will work now.
Thanks for reporting!
AutoHotFlow should activate the flows on startup. I didn't experience that issue on my computer. But I think, I found the reason. It might be that on your computer first the flow is closed and then the manager, whitch will cause that issue.
I have done two workarounds and I published the update. I hope it will work now.
Thanks for reporting!
Re: AutoHotFlow - Simply draw your applications
That seems to have done its job. Now the flows stays enabled.bichlepa wrote:I have done two workarounds and I published the update. I hope it will work now.
Thank you!