Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Open Vision for NET
»
NOV Text Editor for .NET
»
Loading without prompting to save
Loading without prompting to save
Post Reply
Loading without prompting to save
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Neil Turp
Neil Turp
posted 8 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 0,
Visits: 166
I have a app, xamarin on OSX, it has a list of topics, When the user selects a topic, the app searches a folder and loads the relevant file if there is one, and shows an empty text editor window if there is not. The user can edit the file and when they move to another topic, it automatically saves - there is no time when the user is asked to find a file to load or to give a file a name to save. The code is:
Nevron.Nov.Text.Formats.NTextFormat tf = new Nevron.Nov.text.Formats.NRtfTextFormat();
if (System.IO.File.Exists(<FileName read from list>))
{
tvKey.LoadFromFile(<Filename>, tf, false);
}
else {
tvKey.LoadNewDocument();
}
It all works ok if there is a file there to start with, the problem occurs if there is no data file to read and the user types into the text window. In this case, the file is saved, all code exits, perfect, and then it shows a dialog that asks the user to Save, Don't Save, Cancel. I can't see what I've missed. Any ideas?
Neil
Tags
NRichTextView
OSX
Save
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Loading without prompting to save
Neil Turp 1
-
8 Years Ago
Hi, The prompt to save message appears when there are unsaved changes...
Nevron Support
-
8 Years Ago
Thanks, that is what I was expecting, but this all happens after the...
Neil Turp 1
-
8 Years Ago
Hi, Thank you for the detailed description of your project. It...
Nevron Support
-
8 Years Ago
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search