01-25-2016 10:50 AM
I am using the File Diaog Express VI for opening a file. The VI opens in full screen mode. I'd like to have it open in a small window similar to my other Win7 applications. There doesn't not seem to be a way change this property even after converting it to a standard sub VI. Does anyone know of a built-in VI for opening files where the window size can be adjusted? Thanks
Solved! Go to Solution.
01-25-2016 10:55 AM - edited 01-25-2016 10:58 AM
Is it the FIle dialog that's full screen, or the file that you're opening is opening fullscreen? How are you opening the file after you have the user browse for it?
You can open files using the System Exec VI and specify how the file should be opened (minimized/maximized/standard/etc) the same way you would with the command prompt.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
01-25-2016 11:22 AM
I'm just opening a data file to use in my Labview program. I'm using the File Dialog Express vi just to create a file path for my Labview program. From an aesthetic viewpoint, I don't want the File Dialog window to go full screen. I just want to make it smaller as it isn't necessary to take up all that space. I like the File Dialog Express vi because I can limit the file that are displayed to a certain extension.
01-25-2016 11:25 AM - edited 01-25-2016 11:31 AM
If I create a new VI, put the File Dialog Express VI down, and run it, it opens as a small window in the middle of my screen. It must be an issue with Windows auto-assigning how the dialog should open.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
01-25-2016 11:40 AM
Interesting. Thanks for this information. I'll see if I can take it from here.
01-25-2016 01:38 PM
If I open the file dialog with the FileDialog Express VI, and then double click the title bar to make it full screen, and then close the file dialog, next time I open it, it opens full screen. i.e. it seens to remember the size between calls.
Try opening the file dialog, resizing to a smaller size, and then closing it, to see if it then remembers the smaller size.
01-25-2016 01:51 PM
Yep, that was it.