Version Update!
Version 5.3.6Download version 5.3.6
- Fixed bug with multiple compare operators.
- Fixed issue with variables and strings in expressions.
- Fixed other groups expanding when inserting new group.
- Small bug fixes.
Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Moderator: Pulover
Version Update: 5.3.6
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.7
Pulover’s Macro Creator is listed in the Projects of the Week, November 23, 2020 on the SourceForge Blog.Version Update!
Version 5.3.7Download version 5.3.7
- Fixed A_ variables not accessible in nested Loop commands.
- Fixed bugs with quotes 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.7 - The Complete Automation Tool
hi @Pulover
An idea.
Using ImageSearch has always been painful to save and move a dictated image file.
Wouldn't it be quicker and better to store and use variables with Base64?
Base64img variables can be placed at the very end of the pmc file.
https://www.autohotkey.com/boards/viewtopic.php?t=35964
An idea.
Using ImageSearch has always been painful to save and move a dictated image file.
Wouldn't it be quicker and better to store and use variables with Base64?
Base64img variables can be placed at the very end of the pmc file.
https://www.autohotkey.com/boards/viewtopic.php?t=35964
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
I'm not very motivated to do that. But if someone else would like to fork the project and implement it, I'd be glad to merge it with the official version.
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.7 - The Complete Automation Tool
I hope the PMC development process has not been too strenuous.
Maybe I can try doing it. But the codes may be too much for me to overcome. I'm just a noob. Maybe I can do it later.
- blackjoker
- Posts: 18
- Joined: 01 Dec 2020, 02:57
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
Hi everybody,
maybe there is smth like variable about which part of code is entering or smth like that?
I mean - if msg is in 4 macro and 56row , then i do like %row% or %macro% and then prints for me: 56 4.
Ctrl+B window has this info, so just interested.
maybe there is smth like variable about which part of code is entering or smth like that?
I mean - if msg is in 4 macro and 56row , then i do like %row% or %macro% and then prints for me: 56 4.
Ctrl+B window has this info, so just interested.
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
There are internal variables that might work. You can try %Macro_On% and %mListRow%.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: ı need if text found command but I couldnt find it in Pullover macro creater
Hi,
Have you got the answer? I miss this option also
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
This question is too vague. It depends on what application you're trying to read text from. Can you use ControlGetText or copy it to clipboard? You can use InStr() to see if a variable contains a certain text.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
-
- Posts: 5
- Joined: 21 Nov 2020, 12:52
Re: Pulover's Macro Creator entering a ctrl command to a script
Hi , I am a newbie to Pulover,
In the "Pulover's Macro Creator v5 Tutorial 1" video you use CTRL A to select text by entering it in a field on the bottom of the Pulover window, this is a really easy way to add CTRL commands (eg CTLR+A) however the current version of Pulover does not show the same set of fields at the bottom of the window.
How do I get the same view and functionality?
see screen shots:
In the "Pulover's Macro Creator v5 Tutorial 1" video you use CTRL A to select text by entering it in a field on the bottom of the Pulover window, this is a really easy way to add CTRL commands (eg CTLR+A) however the current version of Pulover does not show the same set of fields at the bottom of the window.
How do I get the same view and functionality?
see screen shots:
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
Click the edit button at the bottom left corner of the main window.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
-
- Posts: 5
- Joined: 21 Nov 2020, 12:52
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
Hi Rodolfo,
thanks for the reply, why didn't I see the button! So much to learn, but I am getting there.
Regards Sam Clarke
thanks for the reply, why didn't I see the button! So much to learn, but I am getting there.
Regards Sam Clarke
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
Hey Pulover,
Can I send controls with wintitle? so I just select the window I want to send Controls mouse click / keyboard? (because if you use sandboxie the appname.exe is the same as the main appname.exe)
Can I send controls with wintitle? so I just select the window I want to send Controls mouse click / keyboard? (because if you use sandboxie the appname.exe is the same as the main appname.exe)
Version Update: 5.3.8
Version Update!
Version 5.3.8Download version 5.3.8
- Fixing bug with named operators.
- Fixed scroll bug during operations with groups enabled.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
- blackjoker
- Posts: 18
- Joined: 01 Dec 2020, 02:57
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
Happy New Year and all best luck!!!
Listvars - shows created variable, but none of them are internal. Are smthing similar as ListVar to internal variables?
p.s. superior tutorials is from .pmc files from there i get most of MacroCreator
No.. for me msg didn't showed anything... empty variables.
Listvars - shows created variable, but none of them are internal. Are smthing similar as ListVar to internal variables?
p.s. superior tutorials is from .pmc files from there i get most of MacroCreator
Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool
Indeed they are local variables.... there is one object that might help know the current running macro, but I don't think this will be possible for the current row.blackjoker wrote: ↑31 Dec 2020, 05:41Happy New Year and all best luck!!!
No.. for me msg didn't showed anything... empty variables.
Listvars - shows created variable, but none of them are internal. Are smthing similar as ListVar to internal variables?
p.s. superior tutorials is from .pmc files from there i get most of MacroCreator
Code: Select all
MsgBox, 0, , % aHK_On[1]
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.9
Version Update!
Version 5.3.9Download version 5.3.9
- Fixed bug in Get-Area button in Image/Pixel Search window.
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.9
Teşekkürler @PuloverPulover wrote: ↑06 Jan 2021, 09:23Version Update!
Version 5.3.9Download version 5.3.9
- Fixed bug in Get-Area button in Image/Pixel Search window.
Re: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
pixel search has become very slow. Is it due to the last update?
Information worth everything....
Version Update: 5.4.0
Version Update!
Version 5.4.0Download version 5.4.0
- Fixed missing or mixed rows when importing files.
- Automatically adding escape char in delimiter em omit chars in Loop window.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)