October 28, 2006

Use a Tablet PC or Hate the Keyboard?

Filed under: Announcements, General — Marcus Tettmar @ 5:06 pm

The trouble with a Tablet PC is the lack of a keyboard. Ok, you can use the stylus, but some applications rely on awkward keystroke combinations which just aren’t readily available on a Tablet PC. There’s one particular website I often access with my Tablet PC which never seems to remember my password, and also seems to fox my browser so that it can’t remember it either. So I end up having to bring up the on screen keyboard and type out my email address and password. And I nearly always make a mistake. Well I did. Now I use QuickButtons on my Tablet.

Quickbuttons Reduces Keystrokes to Single Mouse Clicks

QuickButtons lets you create Button Bars. You can add buttons and assign keyboard scripts to buttons. So I’ve created a button which when clicked will enter my username and password. I have my QuickButtons bar at the top of the screen and set to auto-hide – just like the Windows Taskbar does. So I just move my stylus up to the top and click on the button. Simple. Much easier than fiddling about with the hand-writing recogniser or on-screen keyboard. Buttons can also be set to run other applications. It’s particularly good in conjunction with Macro Scheduler. I have buttons which run Macro Scheduler macros.

So QuickButtons lets me reduce awkward keystrokes to single mouse clicks.

The software was originally written to help a young boy with Muscular Dystrophy. He struggled to use the keyboard, but with QuickButtons his parents were able to create large buttons which performed those keystrokes for him when he clicked on them with the mouse.

QuickButtons 1.6 is now available, with support for additional keys, new icons and updated appearance. You can download it here.

October 26, 2006

Brilliant Image Recognition

Filed under: Automation, General — Marcus Tettmar @ 2:16 pm

Wells Anderson posts:

“Image Recognition is a brilliant new feature in 9.0. It allows you to write macros that press buttons that are “invisible” or have unpredictable locations. For example, add-ins to MS Outlook and other MS Office applications may have no menu equivalents and cannot be found using PushButton or FindWindowWithText. Image Recognition lets you find buttons and other screen elements and then perform actions on them, such as mouse clicks.”

He then goes on to share a great tip on how to deal with different font smoothing options. Check it out.

October 20, 2006

Get Back Vista Run Command!

Filed under: Vista — Marcus Tettmar @ 3:47 pm

The biggest annoyance for me with Vista is that, by default, the “Run..” option is no longer on the Start menu. If you’re like me it’s probably one of the most used items on your computer! Now, you can use the search box in Vista in the same kind of way. But there’s no drop down bringing up the last typed entries. Apparently, Microsoft removed the Run box from the Start menu because they seem to think most people won’t need it any longer. Hmph. I’m obviously not most people!

Luckily you can get good old “Run command” back by right clicking on the Start menu and selecting “Properties”, then “Start Menu”, then “Customize” and checking the “Run command” option.

But the simplest solution is one I missed completely! Just press the Windows key and R together. Win+R is the shortcut for the Run command. Simple!

Squidoo Lens

Filed under: General — Marcus Tettmar @ 11:39 am

Just for the heck of it I set up a Macro Scheduler Lens on Squidoo a while back. I didn’t expect much to come of it but recently I’ve noticed a small number of referrals from it, and its lens rank has jumped up to 4,538. Not bad considering it was as low as 20,000+.

Not really sure what I make of Squidoo. It’s a neat idea that might work well for people with no web presence wanting an easy way to create a page. But otherwise I’m not convinced.

The nice thing is that you can choose to donate any income the lens generates to charity. Great, but so far my lens has made only $0.42. So it’s not going to cure world poverty just yet!

October 19, 2006

Firefox2 or IE7?

Filed under: Web/Tech — Marcus Tettmar @ 5:33 pm

I see IE7 has been released. Haven’t installed it yet, but I do have an early beta version running on another PC and found that a bit clunky. I’m a Firefox fan though, so I’ve just downloaded and installed Firefox 2 RC3. I like it. The interface has been given a subtle update but it is also noticeably faster. I really like the built in spell check. I used to use the Google toolbar to spell check my posts, when I remembered – I invariably forgot! So having spell check built in is a great improvement. Now I just need to change the dictionary from US English to British English! 🙂

You can download Firefox 2 RC3 here.

October 11, 2006

“See” the Screen with Image Recognition

Filed under: General — Marcus Tettmar @ 2:52 pm

I love the Image Recognition functions in Macro Scheduler 9.0. They make it easy to automate anything. I made a quick and dirty demo showing how to use the Image Recognition functions in v9 to automate a remote Citrix session. You can watch the demo here.

Update: The video was produced way back in v9 before a number of improvements. With the current version it is no longer necessary to get the screen resolution and capture the screen as you can simply specify SCREEN in the haystack parameter of the FindImagePos command and it will automatically scan the screen. This cuts down the amount of coding while also improving performance. Since v12 it has also been possible to specify the number of pixels to match or whether to do an exhaustive search.

But imagine being able to build an automation script that will automate anything, regardless of the GUI technology or operating system – Web Sites, Java Applications, Desktop Applications, whatever – without writing a line of code. Just tell the computer what to click on by highlighting a screen object, what to do when it finds the object, what to do if it can’t be found, what objects to wait for etc. Wouldn’t that be cool? Well it’s not just a fantasy. We’re doing that right now and some customers are already using it. With this tool you just “teach” your computer what to do. Automation Scripts that took days, can now take minutes. I’m itching to show you, so watch out for a demo soon. If you can’t wait and if you think your company could benefit from something like that, give us a shout.

October 5, 2006

Macro Scheduler 9.0 Beta

Filed under: Announcements — Marcus Tettmar @ 9:09 am

Macro Scheduler 9.0 Beta has just been made available for testing to registered users. For details on how to download and for a list of new features check out the beta forum.

As you can see, Macro Scheduler now has a new icon. Yes, in a way, this is a sad day. The grey, trusty old cog wheel that has been with us for almost ten years has now made way for a new, bright young thing. Staying with the mechanised theme, Macro Scheduler now has a bright, vibrant sprocket with a higher colour depth and resolution for modern operating systems like Vista. So let us bid farewell to old cog and welcome in the new icon.

You’ll find a full list of what’s new in the forum, but the emphasis with this new version is on making the software easier to use and streamline the creation of scripts. We’ve updated and overhauled the macro builder on the Macro Properties dialog as well as the Script Editor to make script writing easier for novices as well as experts. A new Command Locator and Code Builder makes it easy to find the function you want and insert the code without having to remember the syntax or look it up in the help file. The Code Builder prompts you for the parameters and options that are needed. Syntax QuickHelp shows you the syntax as you edit, and the Inline Function Selector gives you a choice of functions/commands as you type. Code Snippets in the editor allows you to store often used pieces of code for quick insertion later.

In terms of the Scripting Engine we’ve added new commands, such as the Telnet scripting commands and improved the FTP commands to support multiple files. And expert coders will appreciate the IGNORESPACES directive. But my favourite improvement is the introduction of the Image Recognition functions, taken from the Image Recognition Library and now native to MacroScript and therefore easier to use. I don’t think I anticipated how useful the Image Recognition Library would be when it was released. For many people it has transformed the way they write automation scripts. Image Recognition allows the macro to “see” the screen and locate objects visibly – just like how a human uses the computer. This means any application can be automated, regardless of its underlying technology/interface. You can even automate remote applications running on non-Windows operating systems. So I think merging the Image Recognition Library into the language is an important step. And soon, hopefully, I might have some more news to share in regards to Image Recognition and automation script development …

September 29, 2006

September 28, 2006

September 26, 2006

We Love Ex-Users Too!

Filed under: General — Marcus Tettmar @ 3:24 pm

I think it says a lot when an ex-user still raves about our software. I saw this on a Technology Forum:

“I don’t know about free ones, but my favorite windows app ever was Macro Scheduler (I only say “was” because I am no longer a windows user). …. If you get the advanced version you can include vbscript in your macros. When I was programming VB I had macros that would generate data access code by connecting to a SQL database, querying metadata about a named table, and then spitting out appropriate SQL code and queries. It can run macros in response to keyboard shortcuts, timed events, or in response to the presence of a specified window.”

Nice to know that while some people might not miss Windows, they do miss Macro Scheduler 🙂