LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change "Time and Date dialog box"

Solved!
Go to solution

Hi, all.

 

Is it possible to change the Time and Date Dialog Box that appears in a Time and Date Control? There are several details I'd like to modify, for example, translate labels into Spanish, or remove the "Help" button.

 

Thank you very much,

Francisco

0 Kudos
Message 1 of 3
(2,420 Views)
Solution
Accepted by topic author Porras

Check out this thread.  http://forums.ni.com/ni/board/message?board.id=170&message.id=421557

 

The dialog box is a VI stored in the LabVIEW program directories.  I wouldn't recommend making any changes to that as it would affect everything else you would do in LabVIEW.  But if you make a copy of that, do not show the browse button on your control, but make a new similar button that calls the a copy of that VI that you have modified to your liking, and have your code handle the processing of that button such as writing the selected date/time to the control, I think you can make it behave similarly to the way the native LabVIEW control behaves.

Message 2 of 3
(2,403 Views)
Thank you, Ravens Fan, it works!
0 Kudos
Message 3 of 3
(2,374 Views)