Menu

#3 Demo forgets document format

open
nobody
None
5
2004-02-27
2004-02-27
No

If you save a file as RTF, modify it, and then save, it is saved as
text, not RTF. To fix this, go to the function CompleteSaveAs in
WeDemoNavDialogs.c, and between the SaveDocument and
NavCompleteSave calls, insert:

ioCD -> document->fileFormat = ioCD -> fileFormat;

Discussion


Log in to post a comment.