Archive: September 2012

Macro Scheduler 13.2 Available

September 17, 2012 by Marcus Tettmar in Announcements

Macro Scheduler 13.2 Update is now available with the following changes: Added: IEGetTagsByAttrib function Added: IETagEventByAttrib function Added: SSL Support to RetrievePOP3 Added: SSL Support to SMTPSendMail Added: HTTP_CHARSET variable to override charset decoding (e.g. for XML) Added: HTTP_USERAGENT variable to set user agent to string of choice Fixed: Suppress unnecessary ftp errors on ftp […]

Read more »

Retrieving all Items and Indexes from a Listbox

July 26, 2012 by Marcus Tettmar in Announcements, Scripting

Some people have reported issue with the GetListItem command failing to work with some applications. While we investigate the issues we’ve created a small workaround. This is a .Net tool called ListInspector. It’s a command line tool which you can pass a listbox handle to and it will dump out a list of all the […]

Read more »

Sorting a String

June 25, 2012 by Marcus Tettmar in Scripting

In the forums this morning PepsiHog asked for some code to sort a string of numbers. We have a built-in method for sorting arrays. But here we want to sort a string of characters. E.g. we want the string “4731” to end up as “1347”. I ended up writing a reusable subroutine which will sort […]

Read more »

Why does my macro stop working when Windows is locked/logged out?

June 21, 2012 by Marcus Tettmar in General

Despite our FAQs we get asked a version of the following question at least once a week: “I just wrote my first macro with Macro Scheduler and it works great but if I lock Windows it stops working, is this a limitation of the trial version”. My most recent answer to this was as follows: […]

Read more »

Calling All Freelance Macro Scheduler Developers

June 13, 2012 by Marcus Tettmar in General

We have a growing list of freelance script developers which we draw from whenever we receive a request for local assistance. If you are a freelance script developer and would like to be considered for potential projects please drop me a line with your details and a summary of your experience so that we can […]

Read more »

Getting into the Zone

April 18, 2012 by Marcus Tettmar in Scripting

Over on the forums JRL asks how to get into the “Programming Zone” and once there how do you stay in it and cope with distractions and interruptions? Any tips? Add your thoughts and suggestions to the topic.

Read more »