04-11-2009 10:02 AM
Hi,
To improve the "user interface" and usability of my VI, I'd like to have the "select file path" dialogue box appear automatically, rather than have the user click on an icon on the front panel to bring up the file Path dialogue. The "order" of operations would be as follows:
Run VI --> Dialogue asks user for the filename --> VI automatically adds appropriate extension --> The traditional Windows "Save file" dialogue pops up to allow the user to select the appropriate folder to save the file in --> Rest of VI runs.
I've got everything else working apart from getting the save file dialogue to appear automatically. Currently the only way I can do it is to have the user select the folder to save in prior to running via the Front Panel, but would like to remove this step and as soon as they've clicked "OK" on the previous dialogue (asking for filename) have the "Save file/select folder" dialogue appear.
Thanks 🙂
Solved! Go to Solution.
04-11-2009 10:14 AM
04-11-2009 10:55 AM
Excellent - that's exactly what I was looking for 😄
I somehow missed that one!
Thanks 🙂
03-19-2010 07:00 AM - edited 03-19-2010 07:01 AM
Hi,
Apologies for bumping this old thread but I have an additional question relevant to the File Dialog Express VI.
I have the VI set up to allow choosing of folders only. However when you navigate and select a folder, you cannot click "Save", you have to click the slightly less-intuative "Current Folder" button. How can I remove the 'Current folder' button in the dialog and have the "Save" button perform the action instead, or at least have both buttons do the same?
Thanks for the help!
Edit:
Annoyingly I figured out how to do this a while back but never wrote the method down, and I now can't find the page that told me how to do it!!
03-19-2010 07:16 AM
03-19-2010 08:15 AM
Hi GerdW,
Thanks for the link, I've had a quick look through that. I'm sure there was way of doing it without downloading anything - just using LV's built-in functions... or am I going crazy?