Is there away to limit the selection of checkboxes on the "Prompt User for Input" dialog vi? I am trying to build a dialog vi that will allow the user to select/check only 1 item before clicking OK.
Attached is my VI. This VI takes a entered filename and check to see if it exists in a given directory. If it does not exist, then it created (display a message stating it will be created). If the file does exist, then the user has prompted to select 1 of 4 options (Append, Replace (Overwrite), Re-Name (select new filename) or Escape (exit without creating filename). Right now I am using front panel controls that become visible however I would like to replace these controls with a dialog box with the four options.
Ideally this file selection would be a sub VI in application and only execute when called and only be visible via the dialog boxes.
Thank you.