LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

popup

Hello to all,
I wanted to ask you a question.
I made a program for monitoring the temperature. Exceeded certain limits, the program returns of alarm messages. These messages contain references to legislation. Is there a way to click on a word (of the message) and bring up the reference?
Thanks

0 Kudos
Message 1 of 18
(3,267 Views)

"References to legislation"????

 

Post a screenshot so we know what you are talking about.

0 Kudos
Message 2 of 18
(3,263 Views)

Do you want to display html type text?

0 Kudos
Message 3 of 18
(3,257 Views)

Is not important.
The message contains a sentence which refers to the law. I would like to be able to click on a word in the sentence (such as a button) and bring up the piece of law to which I refer.
code is complicated (and, because of my lack of practicality with labview, too messy), so needless to attach it.
In summary, it, as a result of some tests nested in "Case Structures", complete with a table of messages.

0 Kudos
Message 4 of 18
(3,254 Views)

To 1984:
No. I want a kind of popup ...

0 Kudos
Message 5 of 18
(3,252 Views)

It sounds like you want a hyperlink of some kind.  When the user clicks on some word in a message to do some action.  LabVIEW doesn't have this support nativly but you can reproduce the functionality using other techniques.

 

Here is a quick example of what you can do.  I made a VI with some text in it and I colored a word blue so you'd know you should click it.  On top of this word I put a transparent button that captures the mouse down event and prompts if you click it.  I did the same with a label because I didn't know what you meant by "message".

Message 6 of 18
(3,226 Views)

Can I ask you to save it in an older version? (Eg 9 or 11)
thanks

0 Kudos
Message 7 of 18
(3,215 Views)

Thank you very much.
I ask you one more thing: how do I assign the "button" to the words?

0 Kudos
Message 9 of 18
(3,207 Views)

.... and if the string was a constant that only appears with certain conditions?
Let me explain:
I have a table that you fill in automatically depending on conditions. The message with which he fills the table is a string (constant) at Block Diagram.
How do I set the buttons at Block Diagram?

0 Kudos
Message 10 of 18
(3,200 Views)