07-02-2006 07:33 PM
07-03-2006 12:39 AM
07-03-2006 01:42 AM
what do you mean everything?
change a value of a control by clicking, seems ok, no Save changes before closing dialog
07-03-2006 02:01 AM
To get a good fealing for the issue, you can always list the changes and see for yourself what changed. 😉
Most often, when you get a "save changes" dialog without actually making any modification, the VI was just upgraded from a previous version (e.g. a 8.0 VI opened in 8.01 needs to get saved in 8.0.1).
Any real editing modification to the VI will also cause the dialog, of course, but there are a few exceptions: For example moving the window to a different screen location does NOT cause a dialog, even though if you would actually save the VI after moving, the VI would open in the new location in the future.
I am not aware of any official listing.
.
07-03-2006 02:06 AM
Tha is not an editing operation! However, changing a control value, then make the new value the default value, would be one. 😉
@brian005 wrote:
change a value of a control by clicking, seems ok, no Save changes before closing dialog
07-03-2006 02:35 AM
if change some attributes of a control in run-time using vi server, like the size and position, then close the vi, in this case, doesnt appear the dialog.
what is the difference between run-time and edit mode?
07-03-2006 02:43 AM
07-03-2006 04:14 AM
thanks
can you give me an example about VI properties Modifications?
07-03-2006 05:08 AM
07-05-2006
12:50 PM
- last edited on
03-18-2026
09:08 AM
by
Content Cleaner
I believe you have to set a certain flag when you open the VI reference to indicate that you want to prompt to save unsaved changes when you use Open VI Reference. The options input allows you to set various options, such as reentrant run and the one I mentioned above by entering in numeric values.
Wire a numeric constant of value 4 into that input to prompt to save changes. For more info, see here.