LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Example notifyicon (RegisterEventCallBacks.vi)

Solved!
Go to solution

Hey there,

 

I got the example notifyicon from http://zone.ni.com/devzone/cda/epd/p/id/3915. I tried this application. Actually it is working fine. But it must be open the RegisterEventCallBacks.vi (Frontpanel) during the application is running. Otherwise the application is shuting down when I tried to hidden the application over the menu "show Frontpanel".

 

 I used the Version Labview Version 8.5.  Framework 2.0 is installed. 

 

Have anyone anykind of solution?

 

Thanks

 

Christian

 

 

 

0 Kudos
Message 1 of 2
(3,111 Views)
Solution
Accepted by topic author Johson

Your description isn't clear, but I'll assume you mean that you set your front panel to closed and this causes the application to stop running. This is normal for LabVIEW, because the top level window has to be open. You can work around it by setting its state to hidden using the VI class property Front Panel>>State.

 

If this doesn't help, you should post some code demonstrating the problem.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(3,082 Views)