This operation requires saving. Do you want to save?

Oxygen general issues.
znamenyi
Posts: 1
Joined: Fri Dec 22, 2006 12:54 am

This operation requires saving. Do you want to save?

Post by znamenyi »

This operation requires saving. Do you want to save?
I get this dialog box every time I make a change in a document. Can this be turned off?
When I click on Yes it lets me know that Another Operation is in progress.
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Post by Radu »

Hi,

We just fixed such an issue a couple of days ago.

It happened when editing an XSL file which had associated a scenario specifying an external transform like MSXML.
We implemented the feature of using the transformer specified in the scenario for validation because we thought it was useful for the user to see validation errors given by the same transformer used by him to transform the stylesheet.

External transforms like MSXML can validate the file only if saved so the automatic validation indeed gives this pop-up dialog each time it checks the file when modifications occur.
The fix was to disable automatic validation when validating with such transformers.

You have 2 workarounds for now:
1) You can turn automatic validation off
or
2) You can change the transformer in the scenario's combo to something which supports on-the-fly automatic validation like Saxon6, Saxon8, Xalan.

The fix will probably be avaialble in the next maintainance version.

Best regards and happy holidays,
Radu
Post Reply