Interrupt FileSave-Dialog while working with readonly files

Tom R. shared this question 15 hours ago
Discussion Open

While working with read-only files in my Mindmanager AddIn one question came up and I hope you could help.

Scenario:
I open a MindManager file.
89b881a8afa39f38c7a1ac3a1fa9a5a6
The file opens. It is read-only.
4ab311754804b799ecd441d9286e6755
Additionally, my document opened event triggers.
Until this point, everything is looking good.
If I make changes to the document and try to save it, a save local file dialog will appear.
f18df113984b2f3851c87817e83bf28f

Furthermore, saving this document does not trigger the document save events. (I got one OnBeforeCloseEvent and one AfterCloseEvent)
Overview of the events:

18d4b97a2e57d0c73b0d6cdd867feef1
After saving the documents with the MindManager File Dialog, the onSave-events trigger. Is there anything i can do, to not show this dialog? My intention is to do my own savefile-dialog.

Leave a Comment
 
Attach a file