LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Active front panel to select two exe's

Hi Friends,

 

I've done two exe's (appications) for my requirement.

And to use the same i am building two installers and giving the same to the product team.

But i am planning for a active front panel

WHich should be similar to the getting started window of the LabVIEW.

Both the exe's should be available on the same page

 

EXE's

----------------------- <EXE1>

------------------------<EXE2>

 

 

On a single press like Hyperlink in word it should move to the current exe and the operation should proceed further.

 

Please let me know how to acheive this in labview.

 

I feel event based execution is one solution, but not much interested.

 

Cheers,

Suneel.V

 

0 Kudos
Message 1 of 2
(2,518 Views)

Just place a string indicator for each exe on the front panel. Make foreground and background transparent. Change the indicators to disabled. Use an event sructure to catch the following events:

Mouse Enter: Change Propery of Text->Font->Underline and Text->Font->Underline to show it as link

Mouse Leave: Change Propery of Text->Font->Underline and Text->Font->Underline to show it as lnormal text

Mouse Up: Check for the left button and then start your exe.

 

See the Attachment (LV 8.0.1).

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(2,513 Views)