LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to add hyperlink on front panel

Solved!
Go to solution

Hi,

 

I want to add hyperlinks on my front panel. after clicking which can navigate to run another VI from Disk or just give me the functionality of a booleon control.

I dont want to use button for this.

I want these hyperlinks for my main menu items in standalone application.

0 Kudos
Message 1 of 7
(7,853 Views)
Solution
Accepted by prayas

Did you try a search? This has been asked before, and suggested solutions have been provided. See, for example

 

http://forums.ni.com/t5/LabVIEW/Do-you-know-how-to-create-Front-Panel-like-Web/m-p/1289778

 

I think there may have been an idea posted in the LabVIEW Idea Exchange as well. If not, feel free to submit it as a suggestion so it can be voted on.

0 Kudos
Message 2 of 7
(7,842 Views)

thanx for your suggestion.

But its too lengthy procedure to afford execution point of view.

I can have multiple hyperlinks in my front panel and for each hyperlink I cannot afford to have even structure with atleast 4 cases.

 

 

Though it can be important if hperlink is the requirement, but still to show hyperlink is a very small part of your larger application.

I can already have event structure for my application to process important task.

 

thats why I want a quick and simple solution like other boolean control.

And It can be added in future versions too in boolean palette.

 

0 Kudos
Message 3 of 7
(7,830 Views)

Well, there is no hyperlink control in LabVIEW, so if you want one then you have to create it yourself. I didn't create the universe - I simply live in it, and remind people of its existence and limitations. As I noted, I think there already was a suggestion posted in the idea exchange to add a hyperlink control. If there isn't one, then you can submit the suggestion.

0 Kudos
Message 4 of 7
(7,819 Views)

The link to the Idea  http://forums.ni.com/t5/LabVIEW-Idea-Exchange/HyperLink-control-in-boolean-palette/idi-p/1483686

 

And I posted my idea for how to do it in the mean time.

 

  1. Create a string indicator from the Classic palette.
  2. Color all the parts transparent.
  3. Enter your hyperlink text.  (And since this is an indicator, you would be able to programmatically change the text when the VI runs.)
  4. Resize control if necessary to fit text.
  5. Go in and color the text blue and underline it.
  6. Set the indicator to be disabled.
  7. Use an event structure in your code to detect the Mouse Up event on that indicator.
Message 5 of 7
(7,795 Views)

hyperlink on front panelhyperlink on front panel

Message 6 of 7
(6,320 Views)

I guess you could also make it a custom transparent button with the "hypertext" being the Boolean Text.  It's a little easier because you can handle it like a button.

 

edit: Oops, replying to a seven year old thread.  Oh, well.  Still applies.  😄

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 7
(6,302 Views)