‎02-05-2009 11:28 PM
Hello Friends
I m Using labview,How to create the hyperlink in labview for example:
Like this how to create in labview what type of action will be use
Thanks
Jai
‎02-06-2009 01:11 AM
Hi Jai,
you can use a "normal" button. Change the boolean text, make the string underlined and create an value change event in the event structure. In the event you can decide what you want to do if someone press the button. You can for example use the "Open URL in Default Browser" to open a webpage.
Mike
‎02-06-2009 10:12 PM
What is it that you are trying to do exactly in your application?
Mike...
‎02-10-2009 01:12 AM
Hi Jai ,
IF you can dicuss your application then it will more easy and directed for all of us to give you suggestions?
Did the first reply helped you?
Thanks
Pranchal
‎02-24-2009 02:08 PM
Is it possible to do this without an event structure (so that it will also work in Labview basic?)
I'm not sure whether this is what the original question intended, but I would like to to have the text underline on mouseover to simulate the effect of a browser text link and then handle the click with a case structure (like in the lists on the Labview Getting Started window that appears when you don't have any VIs open)