In my experience using and developing software it is typical save behavior to simply exit the dialog when a user clicks Cancel to a save operation. This is reasonable if, when the file selection dialog is open, the user does not click anything (i.e. there is nothing in the file name field) and just clicks Cancel. However, when the user has selected an existing file from the directory or there is a default file name in the file name field, I like to warn the user that the file was not saved when Cancel was clicked.
When invoking the Export Image method, if Always Overwrite is False, it will prompt the user if they are about to overwrite a file with dialog box that has an Ok and Cancel button. This is great however there is no way to capture what the user clicked.
It would seem like good form to have a Canceled or Ok output just as in File Dialog express VI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.