Pulover's Macro Creator v5.4.1 - The Complete Automation Tool

Advanced Macro Recorder/Editor.

Moderator: Pulover

User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Version Update: 5.3.6

16 Nov 2020, 11:33

Version Update!

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.
Download version 5.3.6
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Version Update: 5.3.7

23 Nov 2020, 12:17

Version Update!

Version 5.3.7
  • Fixed A_ variables not accessible in nested Loop commands.
  • Fixed bugs with quotes in expressions.
Download version 5.3.7
Pulover’s Macro Creator is listed in the Projects of the Week, November 23, 2020 on the SourceForge Blog.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

29 Nov 2020, 02:06

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
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

29 Nov 2020, 05:02

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)
hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

30 Nov 2020, 15:28

Pulover wrote:
29 Nov 2020, 05:02
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.
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.
User avatar
blackjoker
Posts: 18
Joined: 01 Dec 2020, 02:57

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

07 Dec 2020, 05:47

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.
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

07 Dec 2020, 06:11

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)
JaskaSuur
Posts: 2
Joined: 10 Dec 2020, 07:20

Re: ı need if text found command but I couldnt find it in Pullover macro creater

10 Dec 2020, 07:40

muratkaya wrote:
19 Apr 2018, 05:44
Hello,

in Pullover macro creater I searched but ı couldnt find, I try to find this command; if found text do this so there is if image found but ı need if text found

I await your helps and thank you very much in advance!
Hi,

Have you got the answer? I miss this option also
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

10 Dec 2020, 10:48

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)
sameclarke
Posts: 5
Joined: 21 Nov 2020, 12:52

Re: Pulover's Macro Creator entering a ctrl command to a script

11 Dec 2020, 10:25

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:
Youtube pulover.jpg
Pulover Screenshot 2020-12-11 151717.jpg
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

11 Dec 2020, 12:06

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)
sameclarke
Posts: 5
Joined: 21 Nov 2020, 12:52

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

13 Dec 2020, 10:47

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
MrAsR
Posts: 63
Joined: 06 Nov 2020, 21:05

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

20 Dec 2020, 03:14

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)
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Version Update: 5.3.8

28 Dec 2020, 19:11

Version Update!

Version 5.3.8
  • Fixing bug with named operators.
  • Fixed scroll bug during operations with groups enabled.
Download version 5.3.8
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
User avatar
blackjoker
Posts: 18
Joined: 01 Dec 2020, 02:57

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

31 Dec 2020, 05:41

Happy New Year and all best luck!!! :xmas:
Pulover wrote:
07 Dec 2020, 06:11
There are internal variables that might work. You can try %Macro_On% and %mListRow%.
No.. for me msg didn't showed anything... empty variables. :roll:
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
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Re: Pulover's Macro Creator v5.3.7 - The Complete Automation Tool

06 Jan 2021, 09:19

blackjoker wrote:
31 Dec 2020, 05:41
Happy New Year and all best luck!!! :xmas:
Pulover wrote:
07 Dec 2020, 06:11
There are internal variables that might work. You can try %Macro_On% and %mListRow%.
No.. for me msg didn't showed anything... empty variables. :roll:
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
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.

Code: Select all

MsgBox, 0, , % aHK_On[1]
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Version Update: 5.3.9

06 Jan 2021, 09:23

Version Update!

Version 5.3.9
  • Fixed bug in Get-Area button in Image/Pixel Search window.
Download version 5.3.9
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: Version Update: 5.3.9

06 Jan 2021, 11:18

Pulover wrote:
06 Jan 2021, 09:23
Version Update!

Version 5.3.9
  • Fixed bug in Get-Area button in Image/Pixel Search window.
Download version 5.3.9
Teşekkürler @Pulover
bluefire
Posts: 35
Joined: 15 Dec 2018, 11:17
Location: Türkiye

Re: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool

18 Jan 2021, 10:44

pixel search has become very slow. Is it due to the last update?
Information worth everything....
User avatar
Pulover
Posts: 612
Joined: 29 Sep 2013, 19:51
Location: Brazil
Contact:

Version Update: 5.4.0

30 Jan 2021, 09:35

Version Update!

Version 5.4.0
  • Fixed missing or mixed rows when importing files.
  • Automatically adding escape char in delimiter em omit chars in Loop window.
Download version 5.4.0
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)

Return to “Pulovers Macro Creator”

Who is online

Users browsing this forum: IHAT and 24 guests