05-07-2008 09:52 AM
05-07-2008 09:55 AM
05-07-2008 09:58 AM
05-07-2008 09:58 AM
12-21-2022 07:47 AM
what a legend, thank you!!
12-21-2022 08:47 AM - edited 12-21-2022 08:48 AM
Glad this is helpful years later, but I do want to add just a little more context because this bothered me at first too. The reason there isn't a Don't Save option, is because the control is being referenced by other things that are in memory. We can't say Don't Save, because the changes that you made are still in memory. We can't not save right now, because other things are referencing it and so the changes you made are still being used. We can either Save, committing the changes to disk, or we can Defer Saving, where the changes are still being referenced, but on disk it is the older version. Revert really is the right option to put the changes back to what they are on disk. Then those reverted changes are pushed out to all the other things that reference it, which are still open and in memory.
If you open a new control, then use it in no places, you can close it and have the Don't Save option. This is a choice when you are trying to close the only reference to a thing, that has unsaved changes.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
15 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord