Version Update!
Version 5.3.3Download version 5.3.3
- Fixed bug in Else If statements nested in other statements.
- Fixed empty return value from Object/Array method call from Function window.
Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Moderator: Pulover
Re: Pulover's Macro Creator v5.3.3 - The Complete Automation Tool
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Version Update: 5.3.4
Version Update!
Version 5.3.4Download version 5.3.4
- Fixed strings being evaluated as math operations in expressions.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
Hello, I can’t use this software normally. When I open it, it’s useless to click any button and it will get stuck after a few seconds. Then I can only force the process to end
my system is win10
my system is win10
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
Your firewall must be blocking update check. Try the portable version, update check on startup is disabled by default in portable.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
I am trying to show a traytip on a fullscreen window but it only shows the tip behind the window, or when I display a msgbox right after it making the window go behind the msgbox.
“There is only one good, knowledge, and one evil, ignorance.”
“I cannot teach anybody anything. I can only make them think” -Socrates
“I cannot teach anybody anything. I can only make them think” -Socrates
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
how do you do a if process exist?
EDIT:
I figured this out I wrote a function to use it.
EDIT:
I figured this out I wrote a function to use it.
“There is only one good, knowledge, and one evil, ignorance.”
“I cannot teach anybody anything. I can only make them think” -Socrates
“I cannot teach anybody anything. I can only make them think” -Socrates
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
Nvm I created a function to check this and works.
“There is only one good, knowledge, and one evil, ignorance.”
“I cannot teach anybody anything. I can only make them think” -Socrates
“I cannot teach anybody anything. I can only make them think” -Socrates
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
There seems to be an issue with when you close a macro the preceding or proceeding macro tends to take on elements from the closed macro, specifically macro specific #if statements and sometimes updates if statements and such with values from that closed macro.
When you move the macro indexes it seems to cause things to jump into random functions even when they are not called anywhere within that macro. I only noticed these issues after closing a macro and/or moving the orders around.
When you move the macro indexes it seems to cause things to jump into random functions even when they are not called anywhere within that macro. I only noticed these issues after closing a macro and/or moving the orders around.
“There is only one good, knowledge, and one evil, ignorance.”
“I cannot teach anybody anything. I can only make them think” -Socrates
“I cannot teach anybody anything. I can only make them think” -Socrates
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
Hello, ive found a bug, when i use Pause, the random timer values cant go above 100000, whenever you input anything above, it just reverts to 100000,
if i use the normal function of pause, it works as usual, and i can go above 100000.
if i use the normal function of pause, it works as usual, and i can go above 100000.
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
Noted. Will increase the limit in the next release.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
A trivial error.
Run works correctly even if the first parameter is empty. But that shouldn't have happened.
Run works correctly even if the first parameter is empty. But that shouldn't have happened.
Run, , C:\Users\hasan\Desktop\x64\MacroCreator
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
I guess you're expecting an error message, but the first parameter in this line of code would be interpreted as omitted in ahk script, whereas in PMC it's just a blank variable.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
Can this macro focus its macros only on one application? like only running on notepad, even though i'm watching youtube?
Re: Pulover's Macro Creator v5.3.4 - The Complete Automation Tool
You can use control commands to perform actions on nonactive windows, if the target application exposes win32 controls. There's a Control tutorial in the apps YouTube channel.
https://www.youtube.com/c/PuloversMacroCreator
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Version Update: 5.3.5
Version Update!
Version 5.3.5Download version 5.3.5
- Updated max value for Pause (Sleep) command.
- Project's exe custom icon path is now saved to PMC file.
- Fixed bugs with objects and strings inside objects.
- Fixed small bugs.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Version Update: 5.3.5
with this update the tool don't works on browser.. it works fine on desktop and in folder but not in broswer anymorePulover wrote: ↑09 Nov 2020, 16:46Version Broken Link for safety Update!
Version 5.3.5Download Broken Link for safety version 5.3.5
- Updated max value for Pause (Sleep) command.
- Project's exe custom icon path is now saved to PMC file.
- Fixed bugs with objects and strings inside objects.
- Fixed small bugs.
Ps. probably i've posted in the wrong topic.. sorry
Re: Version Update: 5.3.5
No idea what you are talking about.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Version Update: 5.3.5
i'll try to explain with my bad english: in this months i've created three macros to works in browser.. now with this update don't works anymore. If you want i can do a video to show what i mean
Re: Version Update: 5.3.5
You still haven't explained what you mean. What commands are you using? Post your PMC code here.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)