Search found 3 matches

by Thorsten
Wed Jan 25, 2023 7:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Skip default save dialog when closing the editor
Replies: 5
Views: 1019

Re: Skip default save dialog when closing the editor

Hi Radu, Thanks again! I tried your recommended solution, but unfortunately the Oxygen “Save” dialog is displayed, even when the close(false) method is called. It might be a side effect of the duplicate close method calls, one performed by the user and the second in the editorAboutToBeClosed method ...
by Thorsten
Wed Jan 25, 2023 1:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Skip default save dialog when closing the editor
Replies: 5
Views: 1019

Re: Skip default save dialog when closing the editor

Hi Radu, Thanks for your quick response and the included sample. I have already tried and implemented a similar solution and it worked. But the solution works only when all opened editor tabs (multiple xml documents are opened) or the complete Oxygen is closed. But when I close for example just one ...
by Thorsten
Tue Jan 24, 2023 6:20 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Skip default save dialog when closing the editor
Replies: 5
Views: 1019

Skip default save dialog when closing the editor

We use the Oxygen XML Author (Version 23) and add all our project specific logic as plugin. As new requirement the user should get more project specific options when the editor is closed. The new requirements entail that the default opening dialog when the editor contains modified and not saved cont...