stevenmorgan94 Posted May 1 Share Posted May 1 Is there a way to detect when a file is saved in an Event Based plugin? Looking to export a XML file anytime the document is saved. Or a DoMenuTextByName('Save',0) = TRUE then execute but I know that's not the correct syntax. Thanks! Quote Link to comment
Hippocode Posted May 1 Share Posted May 1 Vectorscript based tools/menu commands only live within their own event. They can't catch other events unless they are triggered. You can do this with the SDK. You could still keep the XML export as a vectorscript and make a small SDK project that triggers a vectorscript/menu command on a specific event. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.