Home › Forums › General XMetaL Discussion › Using python for scripting › Reply To: Using python for scripting
Reply to: Using python for scripting
February 17, 2010 at 1:00 amYou cannot call this method directly (same as with any other scripting language including JScript and VBScript). MessageBox is a method of the Application object.
Please try this instead:
Application.MessageBox("Hello world!")
The rest of your macro syntax appears correct to me.