08-21-2019 02:25 PM
Hi All,
I am still learning Labview and have only basics for now.
I am tying to prompt user to input text but cant get it working.
I specify the inputs but the inputs does not show on the .vi and when I run it, there is nowhere for user to input information.
See picture:
I appreciate your help.
Solved! Go to Solution.
08-21-2019 02:30 PM - edited 08-21-2019 02:30 PM
I assume you're using LabVIEW 2019. This is a bug that will be fixed in LabVIEW 2019 SP1 (tracked with bug report CAR 739464). For now, you can copy the attached file to the following folder:
[LabVIEW 2019]\vi.lib\express\express input
Let me know if this fixes the issue.
08-22-2019 03:59 AM
If you want to learn LabVIEW, stay away from the express VIs (the blue VIs). It is better to learn how to create a dialog yourself. It should be pretty easy if you search for it.
It is possible to right click on the express VI and "Open front panel", but don't code it that way. The VI uses a loop and polls the buttons with a wait (why?). Instead, learn to use an event structure that will detect button presses.
08-22-2019 07:47 AM
Thank you for your help, It looks like it worked.
I appreciate such fast response.
And "thols" I will consider your tip, just right now I need to go forward with my application.
02-14-2021 02:21 PM
I agree to creating your own - once you do you can reuse it in all your applications.
I've incorporated a 'timeout' feature in mine - with a countdown - which will close the dialog if the user never makes a selection.
You don't want your system hanging on user-input.