Home › Forums › General XMetaL Discussion › Help with Menu › Reply To: Help with Menu
Reply to: Help with Menu
April 29, 2009 at 12:17 pmThanks, Derek Read.
Another question.
I defined two macros
On_Before_Document_Save
On_Before_Document_SaveAs
like this:
[code]
Application.alert(“Save As Event!”)
'Do something with this document and “MyMenu”
]]>
I put this macros in MyMacro.mcr in the StartUp folder.
But I don't see any messages when I changed document and clicked “save”. What's wrong?