Hello to all,

when it comes to writing macros for an application that doesn't have an macro language build in, I think you should take a look at AutoIt (http://www.autoitscript.com/) It's a freeware tool that has a BASIC-like scripting language where you can write you scripts. For example

MouseClickDrag("left", 0, 200, 600, 700)

This command presses the left mouse button on position 0/200 an dragging the mouse to position 600/700 an releses the left mouse button.

I never used it together with Xara but maxbe you should give it a try

Matthias