LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a "do not show this message anymore" ?

Solved!
Go to solution

hello !

i want to have a checkbox ("do not show this message anymore") which will bypass section of code if the user clicked on it ,

even if the program restarted . how can i do this ?

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

The way I would do it is to create a GUI VI that has the check box and a .ini file that can record when the box is checked. So, when the program runs it always looks into this .ini file.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 3
(2,299 Views)

[Edit: For some reason I didn't see Adnan's reply before I posted this]

 

You could have a VI set as a dialog for the message box. Store the value of the checkbox in an INI file before the dialog closes. Before showing the dialog read the value from the INI file.

 

Attached is an example

 

 

=====================
LabVIEW 2012


Download All
0 Kudos
Message 3 of 3
(2,291 Views)