LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File path control-how to avoid the user to change the path string

Hi all,
I'm using "File path control" to chose file name. I don't want the user to write the path in the control directly (by typing) but only to choose the file via the button on the right.
I can implement this behaviour with path indicator and button of course. But I belieave that it can be done more elegant - only disable the part with the string - not the whole "File path control". But how? I tried to customize the control but not success.
Is it possible?
jochynator
LV 8.0.1, WinXP Pro
0 Kudos
Message 1 of 4
(2,878 Views)

The way I've done it is to make the path part of the control tiny and hide it behind a string indicator.  Then whenever the path control changes value (by pressing the Browse button), I populate the string indicator with the path value.  Here's a sample VI demonstrating this method, saved in LabVIEW 8.0.

Hope this helps,
-D

Message 2 of 4
(2,875 Views)
You can use the coloring tool and make the path control transparent. Customize the control and move the little black object on the left side to behind the browse button.
Message 3 of 4
(2,867 Views)
Waw!
Both thanks! So easy 🙂
jochynator
LV 8.0.1, WinXP Pro
0 Kudos
Message 4 of 4
(2,858 Views)