- Fixed A_ variables not accessible in nested Loop commands.
- Fixed bugs with quotes in expressions.
Pulover’s Macro Creator is listed in the Projects of the Week, November 23, 2020 on the SourceForge Blog.
The Complete Automation Tool
Pulover’s Macro Creator is listed in the Projects of the Week, November 23, 2020 on the SourceForge Blog.
Comments are closed.
not sure if this is the right place to post this but here it goes.
I’m having trouble after installing this update before I had no problems but now every time I try to start up macro creator I get a popup error saying missing language files. would you like to download them now? if I click yes it goes to a downloading bar loads something then disappears and it will repeat this indifferently. please help
You have to run the program once as administrator. Then everything will work.
Your program is very useful. Thanks for your work. I am happy to be back on the project.
Can you Add Audio Recorder To Make Tutorials of Learning That Start With every step And make MacroCreator Tutorials instead of Videos tutorials? it will change the way that Student learn to program by applying in REAL-TIME
I have no idea what you’re talking about. Can you give me an example of another app that does that?
There is no app that can do that. his is why I look for this feature, for example, I teach Matlab for programming steps The student needs to know what it means every line and what it can do at the end.
It an audio record is applied for every it can easily Transferring information
you can add it like the LOOP Command, or when you register in real-time the mouse and keyboard can save audio with it and it can be detected when it starts recording and when it stopped by coloring lines concerned in green like the LOOP Comand
take this example from your tutorial: https://youtu.be/pAoIOpjKUjk?list=UU6W4JgM_Y30E2Qiwb71ipyQ&t=257
I know it’s hard but it will help a lot. If it will be done
There is no app that can do that. his is why I look for this feature, for example, I teach Matlab for programming steps The student needs to know what it means every line and what it can do at the end.
If an audio record is applied for every step it can easily Transfer information.
You can add it like the LOOP Command, or when you register in real-time the mouse and keyboard you can save audio with it and it can be detected when it starts recording and when it stopped by coloring lines concerned in green like the LOOP Comand
take this example from your tutorial: https://youtu.be/pAoIOpjKUjk?list=UU6W4JgM_Y30E2Qiwb71ipyQ&t=257
I know it’s hard but it will help a lot. If it will be done
That would be cool for learning but I can’t do it. Sorry.
after all, I thank you for this app it helps me a lot. For Example, I use it when I format my pc to auto-install my collection of apps without doing the same thing for every pc I use.
😁
Example of installing apps
https://youtu.be/iEXhu-GuTrc
One request. could you compress the screenshots with the PMC file to use the file in any PC
https://www.autohotkey.com/boards/viewtopic.php?f=63&t=143&start=1160#p367022
we need a BLACK Theme and
can you compress the lines of the moving mouse it takes a lot of lines when we record
You can play with record settings to minimize the number of positions recorded. Dark theme is still in the wishlist, so maybe it will be a feature in v6. Maybe.
you can remove the record mouse movements in the settings.
Hey Pulover! I stumbled upon your macro creator, I am wondering is there a way to use it in a MMORPG game that uses RAW INPUT? The basic left click does not work for that
I Use Nox player it has Macros Command for Android Emulatot
I wonder if you could make something like that for gamers to auto-plays PC Games
It should be possible, because AHK can do that (I am using those macros when playing Skyrim).
Hi, Thank you for this great software. I am new using it, and still learning. However, I have just installed the latest update, and it closes unexpectedly when I try to capture Control+C (and with other letters too). Do you think this is a bug, or just something that I am doing wrong? I am using the Spanish version. Thank you, Regards
Can you add two missing Control modules that’s it ControlClick and Control Send?
They’re not missing. You’re just looking at the wrong place. Watch the control commands tutorial on my YouTube channel.
Hi Pulover, I don’t really know how to program or anything of the such, but I have been using your software for over 2 years and I will tell you that it is an incredible app that makes complicated things much easier at least for me. It has also helped me learn a bit of AHK just by compiling and exporting the macro as .ahk. One of the things I did run into was the crashes, but I’m so happy to see it fixed and that itself is probably my favorite present from this winter season. Well wishes in the future and happy early Christmas, friend.
This app is incredibly useful. Congratulations.
I will donate for this program.
Thank you.
First of all thank you so much for this application, This is really useful app,
could you please add feature to assign macros to a voice command, for example i created a macro to download a software, and i can assign it to command say hey download chrome, and it will run the macro automatically……
Well, that’s not in my to-do list, but you can probably write an AHK script for that. I think there is a lib for voice recognition in the forum.
I like your progam. But after I upgraded to 5.3.7, some of my previous scripts doesn’t work. I found a bug in “Evaluate Expression”. For example, if I use this expression ” (A = 0 ) and (A_DD = 1)”. It always returns true if value A is 0, and ignore the 2nd condition. I didn’t have any issue in the old version 5.0.7.
Can you take a look at it? I can email you a sample macro if needed.
I’ll take a look, but try not to use short variable names. This might cause conflict with internal variables in Eval().
How can I email you a simple (just a few lines) macro?
No need. It’s a bug with named operators. I’ve fixed it locally already. Will update asap.
Hi Pullover,
I have a question, but first I wanna say that you’re a hero man. Legendary program, loving every piece of it. I updated today to the latest version but I noticed that when I copy and paste lines of code, MacroCreator throws me to the top of the screen instead of keeping my vision at the place where i copy and pasted. I copy and paste a lot, and with huge lines of code it will become quite a hassle finding where I was. Did you change anything that could explain this behaviour? Im running the portable version 5.3.7. The previous version I used 5.0.?? didnt do this. Anyway im EXTREMELY happy u fixed the crashing issues. Lost so many scripts. Would love to hear back from ya. Maybe its not a bug, maybe it’s a feature 😀
Cheers mate
Kyai
I wasn’t aware of this behavior. Will test it and, if I find any problem, will fix it for the next update. Thanks.
Hi Pulover, ive narrowed down the problem a bit for ya. It only happens when activating groups. When working with groups, it seems to shift me up. I turned groups off and this ‘behaviour’ of auto scrolling to the top has stopped.
Have a nice day!