Page 40 of 63

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

Posted: 27 May 2017, 18:22
by chango
I cant seem to find the "rand" function in Pulover's macro maker can anyone help ?

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

Posted: 27 May 2017, 18:31
by chango
Ok I found it dohhh

Use the Random command in the Run / File / String / Misc. window to generate a random number. The command will save the number inside a variable of your choice. Use this variable inside commands like Sleep enclosed in percent signs, e.g. %Rand% and directly inside functions and expressions, e.g. MyArray[Rand].

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

Posted: 09 Jun 2017, 09:35
by gAlexUA
Hi,
Could you tell me how to use the RegExMatch function ("abcXYZ123", "abc (. *) 123", SubPat) and outputting a message with the variable SubPat1 in Macro Creator Pulover?

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

Posted: 13 Jun 2017, 18:06
by MKARMAN
Hello!
I'm new to this system, but was wondering is it possible to create an input box in Pulover's Macro Creator? I would like it to be able to prompt an input box and then be able to save that input into a variable.
Thanks,
Mark

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

Posted: 17 Jun 2017, 12:35
by hasantr
MKARMAN wrote:Hello!
I'm new to this system, but was wondering is it possible to create an input box in Pulover's Macro Creator? I would like it to be able to prompt an input box and then be able to save that input into a variable.
Thanks,
Mark

Image


I do not know english. I was not sure, but I think you wanted to do it.

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

Posted: 17 Jun 2017, 12:57
by dresdres
Hi, I am trying to do bacic copy and paste from excel to a web based app. I tried using the record button but when i play back everything goes haywire. Is this software compatible with windows 10?

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

Posted: 17 Jun 2017, 13:59
by hasantr
Hi dresdres.

Compatible with Windows 10. Try uninstalling and reloading the application. Maybe you can try the portable version.

Perhaps it will be tiring if you create each step yourself instead of using the registration process, but can guarantee that it works well.


Image

Occasionally it becomes a problem for novice users when the mouse coordinates are windows. Set to Screen.

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

Posted: 17 Jun 2017, 14:02
by hasantr
dresdres wrote:Hi, I am trying to do bacic copy and paste from excel to a web based app. I tried using the record button but when i play back everything goes haywire. Is this software compatible with windows 10?
I can not help much because I do not speak English. Sorry.

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

Posted: 26 Jun 2017, 10:50
by mkarman728
hasantr wrote:
MKARMAN wrote:Hello!
I'm new to this system, but was wondering is it possible to create an input box in Pulover's Macro Creator? I would like it to be able to prompt an input box and then be able to save that input into a variable.
Thanks,
Mark

Image


I do not know english. I was not sure, but I think you wanted to do it.
THANK YOU!!!! :D :D :D

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

Posted: 28 Jun 2017, 04:29
by Yoshi
Hello,
When the PMC get data from Excel and save it to variable, it crashes very very often. (windows 10 & windows 8)

Code: Select all

17|[LoopStart]|LoopStart|100|0|Loop||||0xFFFF80|
18|[Expression]|Name[A_Index] := RegExReplace(XL.ActiveCell.Offset(0,0).Value, "\r\n$","")`nsurname[A_Index] := RegExReplace(XL.ActiveCell.Offset(0,1).Value, "\r\n$","")`nphone[A_Index] := RegExReplace(XL.ActiveCell.Offset(0,2).Value, "\r\n$","")`nXL.ActiveCell.Offset(1,0).Select|1|0|Expression||||0xFFFF80|
19|[LoopEnd]|LoopEnd|1|0|Loop||||0xFFFF80|
Since Pulover is busy, does anyone know how to fix this bug (in source code for windows)?

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

Posted: 04 Jul 2017, 19:47
by jimi_hendrix2017
First off, I wanted to thank Pulover for his macro creator. Awesome free tool :D

Im running into a few issue that I was hoping that someone could help me with.

Im working with internet explorer and identified the Page Element ID i would like to put a value into. Creating a single line macro, it works great. When I place it into a series of macros, the page element never is found. I have the "wait for page to load" check box check but to no avail. What am i doing wrong?

Im also not having much luck with communication with excel. I need to connect to excel (any worksheet) each time that i open up the macro before I run it, otherwise it will never communicate. Any thoughts?

Thanks in advance

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

Posted: 04 Jul 2017, 20:03
by jimi_hendrix2017
First off, Thank you Pulover for making AHK even EASIER to script. :-D

I am having some trouble getting the communication to IE and to Excel working smoothly.

A) I found the element ID that i would like to put a string into. Using a single line macro, the command works great but upon adding it to the larger macro it doesnt ever find the element ID even though the page is open. I do have the "wait for page to load" check box checked but to no avail. Any suggestions?

B) Also with the internet explorer com interface after selecting the Element that I would like to place a value into a webpage is chosen, I do not understand why this gets refreshed after each time the macro is ran. I.E i want to communicate with window A, element is in window A. I run the macro and if window A is not present it defaults to a blank window and opens up another occurrence of IE..then it is saved to always open up a blank page. How can i lock it to stay with a particular page. Hope this makes sense?

C) I noticed that each time I start Pulover macro creator I have to start a communication with excel (any random worksheet does the trick). This is a nuisance and it does seem like I skipped a step, did I or is this just how it is?

Thanks in advance

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

Posted: 05 Jul 2017, 14:51
by alex321
Hello.

What is the escape character for a quotation mark inside a string in Macro Creator?

var := Chrome\43.0.2357.65\chrome.exe --user-data-dir="..\User Data\43" --chrome-version=43.0.2357.65

this part "..\User Data\43"

Not working:
\"
""
'"

Thank you.

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

Posted: 09 Jul 2017, 23:40
by patbarb
Just want to thank you for this software. It's helping me automate a tedious copy/paste between windows task at work right now. This makes my job so-o-o-o much easier. You can be sure I made a donation. Thanks!

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

Posted: 16 Jul 2017, 09:31
by CAH9t
I've encountered a bit of a problem in that wonderful app.
Can't record a single controlclick.

Code: Select all

WinActivate, ahk_class ExploreWClass
Sleep, 333
Sleep, 1031
Click, 751, 469 Left, , Down
Sleep, 94
Click, 751, 469 Left, , Up
Sleep, 3172
Click, 705, 547 Left, , Down
Sleep, 78
Click, 703, 547 Left, , Up
Sleep, 312
Click, 545, 567 Left, , Down
Sleep, 47
Click, 543, 567 Left, , Up
Sleep, 578
Click, 603, 599 Left, , Down
Sleep, 47
Click, 603, 599 Left, , Up
Sleep, 1500
Click, 627, 29 Left, , Down
Sleep, 328
Click, 651, -97 Left, , Up
Sleep, 641
Click, 719, 327 Left, , Down
Sleep, 78
Click, 719, 327 Left, , Up
Sleep, 297
Click, 717, 225 Left, , Down
Sleep, 78
Click, 717, 225 Left, , Up
Sleep, 578
Click, 725, 349 Left, , Down
Sleep, 94
Click, 725, 351 Left, , Up
Sleep, 438
Click, 725, 419 Right, , Down
Sleep, 171
Click, 725, 429 Right, , Up
Sleep, 782
Click, 725, 359 Left, , Down
Sleep, 78
Click, 725, 357 Left, , Up
Sleep, 422
Click, 679, 257 Left, , Down
Sleep, 62
Click, 679, 257 Left, , Up
Sleep, 203
Click, 679, 215 Right, , Down
Sleep, 125
Click, 679, 215 Right, , Up
Sleep, 1235
Click, 679, 191 Left, , Down
Sleep, 47
Click, 679, 191 Left, , Up
and so on with no Cclicks at all. Option is on (I've even checked it on-line via recording.ahk - it's always "1" and always no dice)
My ahk version is the latest 1.1.26.01. Checked on different pcs - win7 and winXp, and sourcecode and executable--same result.
I don't know what to think honest. It obviously shouldn't be common. Maybe I need to attend church more often :dance:

Thanks, anyway.

ps. Some helpful info rel-button doesn't work properly either - it's only press (toggle doesn't react) end with no coordinates "Click, Rel 0, 0 Left, , Down"

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

Posted: 17 Jul 2017, 10:03
by beebee
Hello! Thank you for your software

I was curious while using this program. Is there random coordinate feature at mouse control? I need this feature very much, but I can not find it. instead I can use a random function instead, but it's too much.

I would be very happy if someone could answer, Thanks

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

Posted: 20 Jul 2017, 14:54
by CORDADO
Hello. Is it possible to create a macro like this in MACROCREATOR?

#IfWinActive ahk_class Notepad
^!c::MsgBox You pressed Control+Alt+C in Notepad.
#IfWinActive ahk_class WordPadClass
^!c::MsgBox You pressed Control+Alt+C in WordPad.
#IfWinActive
^!c::MsgBox You pressed Control+Alt+C in a window other than Notepad/WordPad.

And this other macro?


Hotkey, IfWinActive, ahk_class Notepad
Hotkey, ^!c, MyLabelForNotepad
Hotkey, IfWinActive, ahk_class WordPadClass
Hotkey, ^!c, MyLabelForWordPad
Hotkey, IfWinActive
Hotkey, ^!c, MyLabelForAllOtherWindows


Thank you!!!

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

Posted: 25 Jul 2017, 13:19
by Somata
How do I tell PMC to repeat a macro a set number of times? If I click the play button, it only runs once, but I want it to run repeatedly for x times. I know I can code in a loop into the actual macro, but i want to make the macro itself repeat. I assume there's a "repeat" button I'm missing somewhere in the interface.

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

Posted: 25 Jul 2017, 15:32
by hasantr
Somata wrote:How do I tell PMC to repeat a macro a set number of times? If I click the play button, it only runs once, but I want it to run repeatedly for x times. I know I can code in a loop into the actual macro, but i want to make the macro itself repeat. I assume there's a "repeat" button I'm missing somewhere in the interface.
Try :)
Görüntü 1.png
Görüntü 1.png (18.12 KiB) Viewed 8312 times

awsome tool!

Posted: 27 Jul 2017, 19:55
by mikeyta
PMC is too powerful! Is it possible for regular old folk to use this without much know how?
I can make a loop and put in delay and such but once I get into keeping 6 buff up for my mmo I found it rather impossible without much understanding of PMC
Is there a way I can use it to hit F1 every 30 seconds and F2 every 5 min, and F3 every 8 seconds. And so on for F3-F6 with all different cool down.
Thanks for looking into this

I play mmo and wanted to use it to keep up my buff . But the pixil tutorial lost me