Search found 3455 matches

by JRL
Wed Mar 29, 2006 5:36 pm
Forum: General Discussion
Topic: Macro Scheduler Users Group Meeting Discussion Link
Replies: 11
Views: 11671

How about "Marcus' Little Helper" for Bob's unique ranking? It would also go well with the picture. When I first started visiting this forum. long before I ever logged in to ask a question, Bob was my hero. Nearly any question I had about how to perform a task with Macro Scheduler, he had already an...
by JRL
Wed Mar 29, 2006 2:41 pm
Forum: General Discussion
Topic: Macro Scheduler Users Group Meeting Discussion Link
Replies: 11
Views: 11671

Macro Scheduler Users Group Meeting Discussion Link

My original question seems to have become a spring board for a Users Group Meeting discussion. The original thread has an active poll. I would suggest that any further discussion be continued at the original thread . I intend to go there and cast my vote... :D Original Topic What causes the "Last ed...
by JRL
Tue Mar 28, 2006 11:37 pm
Forum: Technical / Scripting
Topic: Sample Code Please: Find Link and click on it: WebPage
Replies: 9
Views: 9554

OK, this is quick and dirty and no guarantees that the code will be correct, I have not tested it. I use Pegasus Mail as my POP3 client. When I receive a new email message it not only shows up in the client, it shows up in C:\PMAIL\MAIL\DICK as a file named xxxxxxxx.CNM. You could also use Macro Sch...
by JRL
Tue Mar 28, 2006 9:23 pm
Forum: Technical / Scripting
Topic: Max CPU Usage
Replies: 8
Views: 8876

If there's a vote on that, I'd vote to keep the functions working as they are but to add examples of well placed wait>s in the help files. For example, plagiarized from help: Non-Modal Dialog Example Dialog>Dialog1 Caption=Non-Modal Dialog Top=113 Width=264 Left=16 Height=113 Button=Update,16,8,75,2...
by JRL
Tue Mar 28, 2006 9:15 pm
Forum: Technical / Scripting
Topic: Sample Code Please: Find Link and click on it: WebPage
Replies: 9
Views: 9554

Sorry, I'd help if I could but I have no knowledge in that realm. I've never used a web based email so I set up an account a few minutes ago and sent myself a message, viewing source shows nothing and beyond manipulating text (which doesn't appear to be possible) I don't know how to begin. Seems lik...
by JRL
Tue Mar 28, 2006 6:34 pm
Forum: Technical / Scripting
Topic: Sample Code Please: Find Link and click on it: WebPage
Replies: 9
Views: 9554

What is your Email client?

Can you view the raw message?

Opening the email will not provide you with the "link" ("To New Order ID:xxxxxxxxxx click here"). You need to view the equivalent of the html source. Again this depends upon your email client.

Later,
Dick
by JRL
Tue Mar 28, 2006 5:42 am
Forum: Technical / Scripting
Topic: .jpg from ScreenCapture is blank
Replies: 5
Views: 5960

Paul, I have no experience doing what you're doing but that won't stop me asking a couple of questions. What does the SCREENCAP_RESULT variable tell you? Are you saying that test1091525.jpg is created and is 0 bytes in size? On my network calling from a Win2000 file server, I have to avoid having us...
by JRL
Mon Mar 27, 2006 3:44 pm
Forum: Technical / Scripting
Topic: Saving For Web
Replies: 5
Views: 6271

TimTom said: One thing I've noticed is that in the command WaitWindowOpen>Save For Web, the word "For" is a light brown color rather than black -- as though this is a reserved word and is messing up the command. Not sure if this is relevent as I have, very occasionally, gotten past WWO>Save For Web ...
by JRL
Sat Mar 25, 2006 6:15 am
Forum: Technical / Scripting
Topic: Possible problem with Getclipboard command,or Windows?
Replies: 6
Views: 9286

Dave, Your syntax is incorrect. You can't stack different commands in the same line. Not even if you separate them with commas. Please read the help for the If> function to see why the following will work. Try it like this: Getclipboard>string1 if>string1=What is the first four digits of your social...
by JRL
Sat Mar 25, 2006 5:12 am
Forum: Beginners
Topic: inserting a plus sign into a text string
Replies: 6
Views: 6650

Me_again is correct, you can't do >= in a simple If> but you can use it in a complex If> If>{%OffsetX%>=0},PosX will work. I have also seen the + to concatenate in the help for Complex Expressions, String Operators. In fact its the only thing there. But I have yet to find a way to make it work. Noth...
by JRL
Thu Mar 23, 2006 2:03 pm
Forum: Enhancement Suggestions
Topic: MouseMoveRel
Replies: 3
Views: 10039

MouseMoveRel

Good Morning, Could MouseMoveRel have an option to name the window you want the mouse to be moving relative to, built within the command? Something like: MouseMoveRel >X,Y[,WindowName] It would be a plus if this could be done such that the window named within the command is not necessarily the focus...
by JRL
Tue Mar 21, 2006 3:29 pm
Forum: Technical / Scripting
Topic: Windows Performance log and MacroScript
Replies: 9
Views: 7877

Marcus, Sorry, to be a bother. I think I see another problem. I intensionally created a tight loop dialog script, compiled it and set it in motion. Task Manager says its CPU usage is 94%. When I run your VB Script I get the following result: TightLoop,0,38035456 wmiprvse,100,21446656 I'm assuming th...
by JRL
Tue Mar 21, 2006 2:43 pm
Forum: Technical / Scripting
Topic: Can a Dialog be made "Impossible to Minimize"?
Replies: 12
Views: 15044

Thanks.
Hope its useful for jpuziano.

Later,
Dick
by JRL
Tue Mar 21, 2006 2:40 pm
Forum: Technical / Scripting
Topic: Windows Performance log and MacroScript
Replies: 9
Views: 7877

Marcus,

I tried running this and got an error:

Microsoft VBScript compilation error:1006 Expected ')'
Line 8 column 107

So I tried placing a close paren at the specified location and received another error. Rather than struggle I thought I'd ask.

Thanks,
Dick
by JRL
Tue Mar 21, 2006 1:46 pm
Forum: Technical / Scripting
Topic: Can a Dialog be made "Impossible to Minimize"?
Replies: 12
Views: 15044

In a non modal dialog the line: WindowAction>0,[Dialog Title] Inserted into the GetDialogAction> loop will prevent the dialog from staying minimised. For a modal dialog a second script or an executable could be spawned to perform the same function. A secondary script like this: Label>start WindowAct...
Sign up to our newsletter for free automation tips, tricks & discounts