Home › Forums › General XMetaL Discussion › Override the File> Open menu command › Reply To: Override the File> Open menu command
Reply to: Override the File> Open menu command
March 27, 2009 at 12:33 amThanks for the comment.
I am now able to override the File_Open and File_SaveAs built in macros. However for some reason I cannot override the File_Open_Template and File_New macro. For testing, I have set up 2 macros as follows :
MsgBox "File_Open_Template is called"
]]>
and
MsgBox "File_New is called"
]]>
I found that, the File_Open_Tempalate and File_New macros were only override when i use the shortcut key. However, when i go through the menu item and the command button, the built-in Macros weren't override. These debug messages didn't popped up at all.
I have also tried to leave the Key value empty but still didn't work.
Any ideas?