LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
gstanczak

Optional Dialogs

Status: Declined
Functionality can be achieved with an Display Message To User Express VI.

Dialog VIs with the option to not be shown?

v7.1
8 Comments
RavensFan
Knight of NI

Sell the idea to us.

 

Why do you feel LabVIEW needs this idea?

Wart
Member

The express VI "Display Message to User" has an enable terminal.  I'm not sure if it should be a substitute for the regular message box in cases where you want the enable terminal or if the regular message box should be modified to be more consistant with the express VI behavior.

Ray.R
Knight of NI

I don't see the need.. Maybe if you explained what you are recommending.

gstanczak
Member

I am currently formulating my pitch.  Clearly it's not a home run if it needs one in the first place, and I am left re-evaluating all the instances where I use my optional dialog VIs.

 

I suppose it's not enough to say that often times I want a message to pop up only if a particular boolean is true or only if it is false.  Before I made the optional dialog VIs I would drop a case statement down just to put the dialog VI in. I found myself doing that a lot and sometimes taking up a lot of space with 3 or 4 of them all right next to one another.  -Greg

v7.1
gstanczak
Member

Wart,

 

I never used the Display Message to User express VI, but the enable/disable feature of it is exactly what I think would be useful in the regular dialog VIs.

v7.1
Dennis_Knutson
Knight of NI

Then why don't you simply use the Express function? The Express VI is simply a wrapper around the regular dialog functions.

gstanczak
Member

Dennis, I didn't realize until just a minute ago that the Express VIs can be viewed as regular sized icons, and that the Display Message to User Express VI then is nearly identical to the optional dialog VIs that I put together.  (With the exception that mine has an additional boolean output for the Two Button Optional Dialog that is equal to Response_AND_MessageShown?.)

 

Here is an instance where I use my Two Button Optional Dialog...

 

optional dialog example.PNG

 

-Greg

v7.1
G-Money
NI Employee (retired)
Status changed to: Declined
Functionality can be achieved with an Display Message To User Express VI.