Message 1 of 2
Inventor Vb.Net "AddIn" - Preventing "DialogEvents_OnsaveAsDialog" Being Used Twice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I am writing a Vb.Net "AddIn" for Inventor.
I am automatically saving a part when I press the Inventor SAVE button using the sub-routine "DialogEvents_OnsaveAsDialog".
The part gets saved to a folder OK.
The problem that I am facing is, whenever I press the Inventor "SAVE" button again, on the same part, the "DialogEvents_OnsaveAsDialog" gets executed again, even thought the part has already been saved.
I do have a "ApplicationEvents_OnSaveDocument" subroutine that executes on any other part OK. It is only on newly saved parts that this is happening.
Does anybody know how to correct this?
Many thanks in advance!
Darren