Search found 27 matches

by ParisPulvinar
29 Jul 2018, 18:31
Forum: Ask for Help (v1)
Topic: Pulover Macro Creator: WinActivate using only part of the title
Replies: 1
Views: 750

Pulover Macro Creator: WinActivate using only part of the title

How do you use WinActivate using only part of the title in Pulover's Macro Creator?
by ParisPulvinar
14 May 2017, 15:04
Forum: Ask for Help (v1)
Topic: Macro not recognizing window when logged in by a different user
Replies: 0
Views: 529

Macro not recognizing window when logged in by a different user

I have a program that loads after logging into a website and I'm having trouble getting the macro to recognize this window when I run it on a different user account.
by ParisPulvinar
14 May 2017, 14:38
Forum: Ask for Help (v1)
Topic: Macro doesn't work on a different Windows user account
Replies: 4
Views: 1291

Re: Macro doesn't work on a different Windows user account

I'm able to run the macro but the it won't recognize a window for one of the programs
by ParisPulvinar
14 May 2017, 11:12
Forum: Ask for Help (v1)
Topic: Macro doesn't work on a different Windows user account
Replies: 4
Views: 1291

Macro doesn't work on a different Windows user account

I got a macro to work on my workstation at work under my account. But when another person logs in on their computer under their account, the macro doesn't work. In particular, the macro doesn't seem to recognize the window that I am trying to activate. The window I am trying to activate is a program...
by ParisPulvinar
02 Apr 2017, 12:46
Forum: Ask for Help (v1)
Topic: Macros work individually but not when done sequentially
Replies: 6
Views: 1548

Re: Macros work individually but not when done sequentially

Run, C:\Program Files (x86)\Recorder\Recorder.exe WinWaitActive, Window Sleep, 333 Sleep, 1000 ***Gets stuck around here SendRaw, 1234 Send, {Tab} SendRaw, 1111 Send, {Enter} WinWaitActive, Selection Sleep, 333 Sleep, 1000 Send, {Enter} Run, C:\Program Files (x86)\Messenger\Mes.exe Run, https://web....
by ParisPulvinar
02 Apr 2017, 02:22
Forum: Ask for Help (v1)
Topic: Macros work individually but not when done sequentially
Replies: 6
Views: 1548

Re: Macros work individually but not when done sequentially

Run, C:\Program Files (x86)\Recorder\Recorder.exe WinWaitActive, Window Sleep, 333 Sleep, 1000 SendRaw, 1234 Send, {Tab} SendRaw, 1111 Send, {Enter} WinWaitActive, Selection Sleep, 333 Sleep, 1000 Send, {Enter} Run, C:\Program Files (x86)\Messenger\Mes.exe Run, https://web.ca/index.html WinWaitActiv...
by ParisPulvinar
02 Apr 2017, 01:41
Forum: Ask for Help (v1)
Topic: Macros work individually but not when done sequentially
Replies: 6
Views: 1548

Re: Macros work individually but not when done sequentially

I took out the returns. It gets stuck part way through one of the macros.
by ParisPulvinar
02 Apr 2017, 00:42
Forum: Ask for Help (v1)
Topic: Macros work individually but not when done sequentially
Replies: 6
Views: 1548

Macros work individually but not when done sequentially

I've been able to make a few macros that work separately. But when I try to put them as one big macro and run them one after another, it gets stuck.
by ParisPulvinar
31 Mar 2017, 16:16
Forum: Ask for Help (v1)
Topic: How do you end an if without closing the exe file?
Replies: 2
Views: 866

How do you end an if without closing the exe file?

If I end an "if statement" with break it closes the exe file. But if I just want to end the macro but still have it running, how do I do that?
by ParisPulvinar
31 Mar 2017, 15:50
Forum: Ask for Help (v1)
Topic: How to restart macro when it stalls?
Replies: 11
Views: 2607

Re: How to restart macro when it stalls?

How do you know when you can't find a record?
by ParisPulvinar
31 Mar 2017, 13:58
Forum: Ask for Help (v1)
Topic: How to restart macro when it stalls?
Replies: 11
Views: 2607

Re: How to restart macro when it stalls?

Yes, the exe file does not exit when there is a problem.

How do you check the existence of a window before the next step?

I was hoping for the macro to stop running or reset itself after a certain time period of waiting.
by ParisPulvinar
31 Mar 2017, 13:30
Forum: Ask for Help (v1)
Topic: How to restart macro when it stalls?
Replies: 11
Views: 2607

Re: How to restart macro when it stalls?

I have a macro that searches a database and when it finds the record then it opens it up and everything runs smoothly. But when the macro can't find the record and it continues with the script to open the record but the record doesn't exist and the macro stops working.
by ParisPulvinar
31 Mar 2017, 12:09
Forum: Ask for Help (v1)
Topic: How to restart macro when it stalls?
Replies: 11
Views: 2607

How to restart macro when it stalls?

If there is a problem while running the macro it currently stalls when I'm running it as an exe file. Then I would need to close it and restart it. Is there a way to automatically restart the macro when it stalls?
by ParisPulvinar
31 Mar 2017, 01:16
Forum: Ask for Help (v1)
Topic: WinActivate won't restore (Application Virtualization) window when minimized
Replies: 1
Views: 641

WinActivate won't restore (Application Virtualization) window when minimized

I use WinActivate but it won't restore the window when I've minimized it. The window is an Application Virtualization. Any ideas why?
by ParisPulvinar
31 Mar 2017, 00:57
Forum: Ask for Help (v1)
Topic: Copy but "Clipboard" does not show what was copied
Replies: 3
Views: 1138

Re: Copy but "Clipboard" does not show what was copied

I tried waiting for 1 second and it still does the samething
by ParisPulvinar
31 Mar 2017, 00:43
Forum: Ask for Help (v1)
Topic: Copy but "Clipboard" does not show what was copied
Replies: 3
Views: 1138

Copy but "Clipboard" does not show what was copied

It seems that after I copy the text, the %Clipboard% does not show what I just copied but what was previously copied. Is the clipboard not the correct code to use?

Click, 188, 105 Left, 3
Sleep, 10
Send, {Control Down}{c}{Control Up}
PACSLine := Clipboard
by ParisPulvinar
31 Mar 2017, 00:07
Forum: Ask for Help (v1)
Topic: Only works when I run it twice
Replies: 5
Views: 1430

Re: Only works when I run it twice

I noticed that when I copy it. The %clipboard% does not equal what I just copied but is what was previously copied
by ParisPulvinar
30 Mar 2017, 23:58
Forum: Ask for Help (v1)
Topic: Only works when I run it twice
Replies: 5
Views: 1430

Re: Only works when I run it twice

It basically starts outputs what was copied previously. So when I start fresh, it would output blank. Then when I repeat it again, then it would output the number I copied last time I ran it.
by ParisPulvinar
30 Mar 2017, 23:44
Forum: Ask for Help (v1)
Topic: Only works when I run it twice
Replies: 5
Views: 1430

Re: Only works when I run it twice

I just tried WinWaitActive but it didn't work

Go to advanced search