Search found 1001 matches

by jpuziano
Mon Aug 12, 2013 4:09 pm
Forum: The Water Cooler
Topic: Script of the month winner, June 2013
Replies: 5
Views: 9112

Yes, congratulations JRL - well deserved indeed!
by jpuziano
Mon May 06, 2013 9:07 pm
Forum: The Water Cooler
Topic: Script of the month winner. April 2013
Replies: 15
Views: 21254

Nicely done Rain and yes... that's one nice mug.

I predict an influx of user posted scripts. :D
by jpuziano
Fri May 03, 2013 10:19 pm
Forum: General Discussion
Topic: Dialog StringGrid Sort Sample
Replies: 5
Views: 8995

The answer is ODBC Reserved Keywords . Don't use them as column names. That is fantastic JRL, thanks! Makes sense... and for those folks who find this forum post (perhaps by searching for 2147467259)... they will find the cause of this error. However... wouldn't it be grand if instead of just throw...
by jpuziano
Fri May 03, 2013 6:28 pm
Forum: General Discussion
Topic: Dialog StringGrid Sort Sample
Replies: 5
Views: 8995

Facinating, thanks JRL... this will be useful. I am even more interested in the error that happens when you click on one of the two numeric columns: --------------------------- Macro Scheduler --------------------------- :-2147467259 Line 7, Column 4 --------------------------- OK Abort ------------...
by jpuziano
Fri Apr 26, 2013 2:25 am
Forum: General Discussion
Topic: Title Case
Replies: 6
Views: 18498

Hi JRL, That's a handy tool - thanks for sharing! It reminds me of Clippy which is a free handy clipboard text conversion tool (though Clippy cannot do Title case): http://www.snapfiles.com/get/clippy.html The rules for Title Case for articles (or Headline Style) are pretty complex and in places can...
by jpuziano
Wed Apr 24, 2013 10:37 am
Forum: Technical / Scripting
Topic: Access violation in module msched.exe
Replies: 13
Views: 13928

Re: BIG BUCKS!!

I have written a series of HUGE macros, and in reviewing the code, I found a number of places where I had given the same name to two different Labels. (It took me several hours to find all of these.) Many of these errors had been in my code for a number of years. It is to be hoped that jumps to the...
by jpuziano
Wed Apr 24, 2013 9:52 am
Forum: Enhancement Suggestions
Topic: [Done] IncludeFromVar> pulls script lines from a variable
Replies: 8
Views: 14354

Hi Marcus and everyone, Just updating this post to say IncludeFromVar> was added... Version 14.0.1 31/01/2012 - IncludeFromVar function ...and to say thanks for adding this one Marcus. For my purposes, the combination of HTMLRequest> and IncludeFromVar> is fantastic. This has GREATLY simplified push...
by jpuziano
Tue Apr 23, 2013 9:54 pm
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 7996

Thanks... I'm guessing it was the following post: Detect Image Data on Windows Clipboard plus Save and Restore Ah yes... good times... Beyond the above two methods, I'd still like to see (one day) commands added to Macro Scheduler that could accomplish this, something like this perhaps: TakeClipBoar...
by jpuziano
Fri Apr 05, 2013 2:15 am
Forum: Technical / Scripting
Topic: RegEx-Removal of Leading & Trailing Spaces
Replies: 9
Views: 8083

Hi armsys, Here are a few methods, all using RegEx. This first one uses two separate RegEx commands, one to trim leading spaces on the lines within the variable... and a second RegEx command to trim trailing spaces. /* FullText: Line 1 Line 2 Line 3 */ LabelToVar>FullText,strText //lines have leadin...
by jpuziano
Tue Mar 12, 2013 5:14 pm
Forum: Technical / Scripting
Topic: Using Regex in Search and Replace
Replies: 14
Views: 12379

Phil, I know this is probably a bit late, but I have just realised that all you needed to do was check off "Replace with Template" as well as "Regular Expressions" and then the way you were doing your regex search and replace would have worked: So: 1. Check "Regular Expressions" 2. Check "Replace w...
by jpuziano
Sat Mar 09, 2013 12:40 am
Forum: Technical / Scripting
Topic: DelArray for large Arrays takes a long time
Replies: 2
Views: 4679

kdtrog wrote:Works fast and has no impact
Speed is good. :D

5 points to you for taking the time to share that for the benefit of all readers of the forums.

Thanks and take care
by jpuziano
Wed Mar 06, 2013 12:57 am
Forum: Technical / Scripting
Topic: Opposite of IECreate?
Replies: 5
Views: 6374

...and online Help as well... I am sure it will all be sorted very soon.

Thanks again for posting as every improvement, no matter how small, helps us all! :D
by jpuziano
Wed Mar 06, 2013 12:27 am
Forum: Technical / Scripting
Topic: Opposite of IECreate?
Replies: 5
Views: 6374

Hi djs, Well... it never was in the documentation for Macro Scheduler itself... just WebRecorder... but its safe to say that since *all* WebRecorder functions (as far as I know) have been added to MS 14, IEQuit should probably have been added to the MS 14 Help File... Is that right Marcus? If so, go...
by jpuziano
Tue Mar 05, 2013 11:26 am
Forum: Technical / Scripting
Topic: External error E06D7363 with FindImagePos
Replies: 4
Views: 6670

Thanks Marcus, added to Sifter.

And thanks for posting about this Parsnipnose3000!
by jpuziano
Sun Mar 03, 2013 9:38 pm
Forum: Technical / Scripting
Topic: External error E06D7363 with FindImagePos
Replies: 4
Views: 6670

Re: External error E06D7363 with FindImagePos

The cause turned out to be that some of the needle bmps were wider than the haystack. I was therefore looking for a 56pixel wide image inside a 53 pixel wide image. Of course, this is impossible. Either making a slightly larger haystack, or a slightly smaller needle, will fix the problem. Thanks fo...
Sign up to our newsletter for free automation tips, tricks & discounts