LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FileSelectPopup function in LabWondows cvi to display the files as icons

Solved!
Go to solution

Does anyone know hoe to default the FileSelectPopup in LabWindows CVI to display the files as icons?

0 Kudos
Message 1 of 8
(3,572 Views)
Solution
Accepted by topic author cjp1

to my knowledge the FileSelectPopup in CVI is inherited from Windows explorer, including the explorer settings

0 Kudos
Message 2 of 8
(3,570 Views)

Hi,

I set windows for display as icon and set under folder options, apply to all folders and under windows it works.

How ever the FileSelectPopup function still displays them in details view.

0 Kudos
Message 3 of 8
(3,554 Views)

You can right click on the files list in the file dialog and select "View >> Small Icons" or whatever you want. This setting should persist in the file dialog even after closing the dialog.

Kevin B.
0 Kudos
Message 4 of 8
(3,540 Views)

I tried the right click view-Icons and changed it to Icons. Closed the dialog box went back in and its back to details.!

0 Kudos
Message 5 of 8
(3,534 Views)

What OS are you using?

Kevin B.
0 Kudos
Message 6 of 8
(3,525 Views)

I running windows XP and have LabWindows CVI, 2009

0 Kudos
Message 7 of 8
(3,502 Views)

I took a look at this on XP and you're right, the View settings aren't retained. However this is actually an issue with the operating system and not CVI. If you attempt this in Notepad you'll see the same behavior. In Windows 7 (probably Vista too but I didn't test it) this has actually been fixed and the View settings are retained in the Windows File Open dialogs (which is what FileSelectPopup launches internally).

Kevin B.
0 Kudos
Message 8 of 8
(3,476 Views)