Search found 612 matches

by Pulover
04 Dec 2020, 07:53
Forum: Pulovers Macro Creator
Topic: Separate recording of mouse movement and click?
Replies: 3
Views: 1291

Re: Separate recording of mouse movement and click?

I guess so, but this might take a while. Too busy with my job atm.
by Pulover
04 Dec 2020, 07:22
Forum: Pulovers Macro Creator
Topic: How record move mouse from current position?
Replies: 1
Views: 1425

Re: How record move mouse from current position?

Recording Options Relative Record Key When the selected key is held (or on if the Toggle option is selected) mouse movements and clicks will be recorded relative to initial position. This is useful to reproduce actions based on mouse current position on a window or screen like moving a file or draw...
by Pulover
04 Dec 2020, 07:18
Forum: Pulovers Macro Creator
Topic: Separate recording of mouse movement and click?
Replies: 3
Views: 1291

Re: Separate recording of mouse movement and click?

If you are using the recorder it should record mouse position when you click. If you don't want to record mouse movements you can disable it in record settings.
by Pulover
30 Nov 2020, 15:41
Forum: Pulovers Macro Creator
Topic: How to import Pulover Function into regular AHK script?
Replies: 1
Views: 970

Re: How to import Pulover Function into regular AHK script?

You just have to export the project to ahk. The functions will be included automatically.
by Pulover
30 Nov 2020, 11:09
Forum: Pulovers Macro Creator
Topic: Select next row until specific value
Replies: 6
Views: 1637

Re: Select next row until specific value

Did you notice the search bar on the main window? Try typing InputBox there.
by Pulover
29 Nov 2020, 18:25
Forum: Pulovers Macro Creator
Topic: Select next row until specific value
Replies: 6
Views: 1637

Re: Select next row until specific value

Isn't there another way to open the row, like pressing enter?
by Pulover
29 Nov 2020, 06:51
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1390

Re: MessageBox with Drag&Drop functionality

I guess I misunderstood what you meant. Maybe you are looking for the ErrorLevel variable, I don't know. You should read about the RunWait command in the AHK docs or ask at the help forum.
by Pulover
29 Nov 2020, 06:29
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1390

Re: MessageBox with Drag&Drop functionality

If you're putting that in a message box, it's still wrong...

Code: Select all

MsgBox,, % A_Args[1]
Also, it should be obvious, but you have to start it with arguments for it to have any content.
by Pulover
29 Nov 2020, 06:04
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1291

Re: Main windows with runtime infor

It's to avoid conflicts. Double-clicking on the tray icon should work as well to stop execution.
by Pulover
29 Nov 2020, 05:23
Forum: Pulovers Macro Creator
Topic: Main windows with runtime infor
Replies: 9
Views: 1291

Re: Main windows with runtime infor

1. The tip has been implemented a few versions back already. Make sure have the info button selected at the bottom left of the main window. 2. You can disable Show controls toolbar in the options menu. There's also a button on the toolbars. 3. Unless you have Hotkeys always enabled, activating the m...
by Pulover
29 Nov 2020, 05:17
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1390

Re: MessageBox with Drag&Drop functionality

The syntax is wrong. Read about expressions here. :arrow: https://www.macrocreator.com/docs/Variables.html
by Pulover
29 Nov 2020, 05:02
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 1004756

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.
by Pulover
28 Nov 2020, 15:41
Forum: Pulovers Macro Creator
Topic: Select next row until specific value
Replies: 6
Views: 1637

Re: Select next row until specific value

We need to see your code to know what you're doing. What command are you using to select the row? Can't you just Send, {Down} and continue the loop? If this is a standard win32 list you can use a Control, List command to get the data and count the rows to use in the Loop count or check some value to...
by Pulover
27 Nov 2020, 21:50
Forum: Pulovers Macro Creator
Topic: Macro in MMORPG
Replies: 5
Views: 2562

Re: Macro in MMORPG

Try to change SendMode to Play in settings. You can also use send in mouse window.
by Pulover
24 Nov 2020, 15:47
Forum: Pulovers Macro Creator
Topic: MessageBox with Drag&Drop functionality
Replies: 8
Views: 1390

Re: MessageBox with Drag&Drop functionality

Haven't tested it but you can probably get all command line arguments from A_Args inside a command in PMC.
by Pulover
23 Nov 2020, 12:17
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 1004756

Version Update: 5.3.7

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.
by Pulover
20 Nov 2020, 11:52
Forum: Scripts and Functions (v1)
Topic: Eval - Evaluate Expressions in Strings Dynamically (Updated Dec, 28, 2020)
Replies: 33
Views: 21550

Update: v1.2.7

  • Fixed problems with quotes in strings.
by Pulover
16 Nov 2020, 13:43
Forum: Pulovers Macro Creator
Topic: NEWBIE ??? How do I run functions after certain times...
Replies: 10
Views: 2399

Re: NEWBIE ??? How do I run functions after certain times...

The link I gave you has an example using Random and Click right off in the introduction.
by Pulover
16 Nov 2020, 11:33
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 1004756

Version Update: 5.3.6

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
by Pulover
16 Nov 2020, 10:51
Forum: Pulovers Macro Creator
Topic: NEWBIE ??? How do I run functions after certain times...
Replies: 10
Views: 2399

Re: NEWBIE ??? How do I run functions after certain times...

Use the Random command to create the variables and put them in the coordinates enclosed in percent signs.

Go to advanced search