LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create hyperlink

Hi , 

i want to create hyperlink like the one in LabVIEW home page .(see below) .(same design)

Untitled.png

0 Kudos
Message 1 of 6
(2,745 Views)

Hi Emna,

 

i want to create hyperlink like the one in LabVIEW home page

And what is the problem?

 

Use an event structure to catch button value changes or mouse clicks and open a related website in a browser of your choice…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(2,737 Views)

hi , 

i know that i have to apply the code below . it works .but what i want is custom the button to look like the link in LabVIEW home page . and i don't know how to do it .

link1.PNG

0 Kudos
Message 3 of 6
(2,727 Views)

Hi Emna,

 

create some (3 in the GSW example) transparent buttons and place them over some string indicators. Now you can decide whick link to apply based on the text shown in the indicators…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(2,710 Views)

Hi  ,

please explain "place them over string indicators " you mean create -> property node -> string .?

Best regard .

0 Kudos
Message 5 of 6
(2,657 Views)

Hi Emna,

 

please explain "place them over string indicators "

Simple as it is:

  1. Create a string indicator.
  2. Create a button, place it next to the string, customize it to be transparent.
  3. Set the button to front.
  4. Move the button over the string indicator.

Finished: now you have a (transparent) button in front of a string indicator…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(2,650 Views)