LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create link in labview

Hello Friends

 

         I m Using labview,How to create the hyperlink in labview for example:

Forgot ur password

Like this how to create in labview what type of action will be use

 

 

Thanks 

Jai

 

Jayavel
0 Kudos
Message 1 of 5
(3,717 Views)

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

0 Kudos
Message 2 of 5
(3,704 Views)

What is it that you are trying to do exactly in your application?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 5
(3,677 Views)

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

 

0 Kudos
Message 4 of 5
(3,626 Views)

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)

 

 

 

 

0 Kudos
Message 5 of 5
(3,543 Views)