LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO CHANGE FROM LOWER TO UPPER CASE TO A DIALOG STRING CONTROL, AFTER THE USER TYPED OR WHILE TYPING?

ALSO I WANT TO KNOW HOW TO MAKE A POP UP MESSAGE DIALOG BOX. EVERYTHING IS FOR LABVIEW 6.0
0 Kudos
Message 1 of 2
(4,379 Views)
Hi cstratos;

To convert a string to all uppercase, use the VI To Upper Case, located in the function palette in the String menu.

LabVIEW already have a One and a Two buttons dialog boxes. They are located in the function palette, in the Time & Dialog menu. Because of their limited functionality, you my want to create your own dialog box.

To create your own dialog box, create a vi with all the features you want the dialog window to perform. Edit the connectors of the vi so they return what you want to retrieve (Right-click the upper right icon in the fron panel of the vi and select "Show Connectors"). Then, edit the configuration of your vi so it behave like a dialog box (Right-click the upper right icon again and select "VI Setu
p..."). Finally, add your vi to your main application vi.

I attached an example. Run the VI titled "EXAMPLE.vi"

Regards;
Enrique Vargas
www.vartortech.com
0 Kudos
Message 2 of 2
(4,379 Views)