Page 59 of 63

Version Update: 5.3.6

Posted: 16 Nov 2020, 11:33
by Pulover
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

Version Update: 5.3.7

Posted: 23 Nov 2020, 12:17
by Pulover
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.

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

Posted: 29 Nov 2020, 02:06
by hasantr
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

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

Posted: 29 Nov 2020, 05:02
by Pulover
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.

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

Posted: 30 Nov 2020, 15:28
by hasantr
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.

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

Posted: 07 Dec 2020, 05:47
by blackjoker
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.

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

Posted: 07 Dec 2020, 06:11
by Pulover
There are internal variables that might work. You can try %Macro_On% and %mListRow%.

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

Posted: 10 Dec 2020, 07:40
by JaskaSuur
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

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

Posted: 10 Dec 2020, 10:48
by Pulover
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.

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

Posted: 11 Dec 2020, 10:25
by sameclarke
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

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

Posted: 11 Dec 2020, 12:06
by Pulover
Click the edit button at the bottom left corner of the main window.

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

Posted: 13 Dec 2020, 10:47
by sameclarke
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

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

Posted: 20 Dec 2020, 03:14
by MrAsR
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)

Version Update: 5.3.8

Posted: 28 Dec 2020, 19:11
by Pulover
Version Update!

Version 5.3.8
  • Fixing bug with named operators.
  • Fixed scroll bug during operations with groups enabled.
Download version 5.3.8

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

Posted: 31 Dec 2020, 05:41
by blackjoker
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

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

Posted: 06 Jan 2021, 09:19
by Pulover
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]

Version Update: 5.3.9

Posted: 06 Jan 2021, 09:23
by Pulover
Version Update!

Version 5.3.9
  • Fixed bug in Get-Area button in Image/Pixel Search window.
Download version 5.3.9

Re: Version Update: 5.3.9

Posted: 06 Jan 2021, 11:18
by hasantr
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

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

Posted: 18 Jan 2021, 10:44
by bluefire
pixel search has become very slow. Is it due to the last update?

Version Update: 5.4.0

Posted: 30 Jan 2021, 09:35
by Pulover
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