Search found 612 matches

by Pulover
26 Aug 2022, 06:08
Forum: Pulovers Macro Creator
Topic: Trying to understand regex syntax in PMC
Replies: 3
Views: 1271

Re: Trying to understand regex syntax in PMC

There might be a bug, then. Maybe in the Eval function. You might as well open an issue on github.
by Pulover
20 Aug 2022, 08:26
Forum: Pulovers Macro Creator
Topic: Trying to understand regex syntax in PMC
Replies: 3
Views: 1271

Re: Trying to understand regex syntax in PMC

Does it work when you export the script to ahk or exe?
by Pulover
15 Jul 2022, 14:45
Forum: Pulovers Macro Creator
Topic: Macro Pulover image search help
Replies: 2
Views: 1374

Re: Macro Pulover image search help

For ImageSearch the only tips I can give is to make sure the window is in the foreground (WinActivate) and to add some variation in the command settings. It might not work with games though.
by Pulover
09 Jul 2022, 06:03
Forum: Pulovers Macro Creator
Topic: Editing controls toolbar
Replies: 5
Views: 1934

Re: Editing controls toolbar

You cannot edit the controls toolbar, I misunderstood the question.
by Pulover
08 Jul 2022, 04:09
Forum: Pulovers Macro Creator
Topic: Editing controls toolbar
Replies: 5
Views: 1934

Re: Editing controls toolbar

Right-click on it and choose customize or use the View menu to reset to a preset.
by Pulover
16 May 2022, 09:43
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1253
Views: 980247

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

I respect your opinion, tank but the point is that I don't have time to work on this project anymore. It was my first coding project and I spent years trying to improve it, without being paid for it, all because I wanted everyone to have a free alternative to an automation tool with an interface. I'...
by Pulover
28 Apr 2022, 12:18
Forum: Pulovers Macro Creator
Topic: Failed to install 5.4.1 -- keep saying "Missing Language Files"
Replies: 3
Views: 1442

Re: Failed to install 5.4.1 -- keep saying "Missing Language Files"

Maybe you've selected portable option during installation. In this case the Lang folder must be in the exe file location, or you can delete Macro Creator.ini file to make it read from AppData.
by Pulover
29 Mar 2022, 14:41
Forum: Pulovers Macro Creator
Topic: Failed to install 5.4.1 -- keep saying "Missing Language Files"
Replies: 3
Views: 1442

Re: Failed to install 5.4.1 -- keep saying "Missing Language Files"

The installer must have permission to write to the %AppData% folder. This is the link for the lang files: https://macrocreator.com/lang/Lang.zip. Make sure the files are in the %AppData%\MacroCreator\Lang folder.
by Pulover
01 Feb 2022, 15:53
Forum: Pulovers Macro Creator
Topic: Loop and using EOF
Replies: 2
Views: 1032

Re: Loop and using EOF

Probably because you are using the wrong operator. The := is an assign operator, you should use = to compare. But that's a guess, I'd have to look at your macro to be sure.
by Pulover
28 Jan 2022, 17:31
Forum: Pulovers Macro Creator
Topic: PMC is unreliable and I can't figure out whats happening
Replies: 3
Views: 1235

Re: PMC is unreliable and I can't figure out whats happening

That would be the MouseMove command, but it's not implemented.
by Pulover
28 Jan 2022, 10:27
Forum: Pulovers Macro Creator
Topic: Add\Write Pure AHK code to PMC Script File
Replies: 4
Views: 1516

Re: Add\Write Pure AHK code to PMC Script File

The only way to do that during playback is running a function from an external file. That is available in the Function window.

Other than that you can export and edit the ahk file.
by Pulover
27 Jan 2022, 14:13
Forum: Pulovers Macro Creator
Topic: PMC is unreliable and I can't figure out whats happening
Replies: 3
Views: 1235

Re: PMC is unreliable and I can't figure out whats happening

The recorder is designed to be as accurate as possible but for a more reliable macro you should add the commands and logic manually.
by Pulover
26 Jan 2022, 10:32
Forum: Pulovers Macro Creator
Topic: MsgBox move
Replies: 6
Views: 1568

Re: MsgBox move

Gregster already pointed you to the solution, using SetTimer and WinMove.
by Pulover
24 Jan 2022, 04:47
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1253
Views: 980247

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

This has become so philosophical. I love it. Period.
by Pulover
23 Jan 2022, 15:56
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1253
Views: 980247

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

I'd love to implement breakpoints and debug info, but working alone on this project and with so little time on my hands, this is hardly gonna happen...
by Pulover
19 Jan 2022, 18:14
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1253
Views: 980247

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

NodeX wrote:
19 Jan 2022, 17:49
Personally I wouldn't publish software before I resolved its critical bugs at least, unless I wanted to torture thousands of people... for free.
Is this how you expect to get help 'round here? :problem:
by Pulover
19 Jan 2022, 18:11
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1253
Views: 980247

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

Bongskie_26 wrote:
15 Jan 2022, 01:03
Newbie here.

Summing numerical string input was working before but now I cannot add both number, it keeps concatenating.
Post a sample pmc code or script here and I'll try to help you.
by Pulover
19 Jan 2022, 18:10
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1253
Views: 980247

Re: Need help with user input

Azrael1018 wrote:
11 Jan 2022, 11:06

However, I cannot figure out how to get it to pause so that I can check the boxes I need and the year, then resume.

Ideas? Help?

Thank you - David
A MsgBox or InputBox are usually good ways to do that.

Go to advanced search