10-01-2013 08:40 AM
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
10-01-2013 08:43 AM
"References to legislation"????
Post a screenshot so we know what you are talking about.
10-01-2013 08:49 AM
Do you want to display html type text?
10-01-2013 08:50 AM
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.
10-01-2013 08:52 AM
To 1984:
No. I want a kind of popup ...
10-01-2013 09:57 AM
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".
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
10-01-2013 10:15 AM
Can I ask you to save it in an older version? (Eg 9 or 11)
thanks
10-01-2013 10:16 AM
Saved in 2009.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
10-01-2013 10:34 AM
Thank you very much.
I ask you one more thing: how do I assign the "button" to the words?
10-01-2013 10:43 AM
.... 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?