LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

call "About labVIEW" windows by property node

Hi,

 

I would like call the "about LabVIEW" windows (see attachement) with a property node in order to display it on the screen. Any body know how to do that ?

 

Regards

0 Kudos
Message 1 of 8
(3,022 Views)

Ummm... why?  There is no property or method to call that window. If you're trying to do this for your app then you're barking up the wrong tree, so to speak. You need to create your own "About" box. Search on the NI site, as examples of About boxes have been posted.

0 Kudos
Message 2 of 8
(3,016 Views)

You can't call this window programmatically (at least I don't know the way), but you can add item with tag APP_ABOUT into Run-Time Menu, then this window will appear when called from menu (and in builded application as well). Otherwise your own "About..." dialog is much better idea.

 

Andrey.

 

0 Kudos
Message 3 of 8
(3,004 Views)

Why ? Because normaly when you create an application you have to mention NI LabVIEW in your About windows. I know that I can create my own, but it would have been easier and faster to call the NI About windows.

 

Regards

0 Kudos
Message 4 of 8
(2,991 Views)

@M-H Pottier wrote:

Why ? Because normaly when you create an application you have to mention NI LabVIEW in your About windows. I know that I can create my own, but it would have been easier and faster to call the NI About windows.

 

Regards


So what does that have to do with a property node? If you have the menu item and have not created your own About VI, then NI's will be called when the menu item is selected.

 

0 Kudos
Message 5 of 8
(2,981 Views)

Hi,

 

In my application, I don't have menu bar. So I can't call that windows with a personal menu.

 

Regards

0 Kudos
Message 6 of 8
(2,961 Views)

Well, I don't know what else you want us to tell you. We've told you what you can and cannot do. You can decide what to do from there. Personally, I think it's pretty trivial to create your own About dialog box that you can call from a button if you don't have a menu bar.

0 Kudos
Message 7 of 8
(2,947 Views)

Hi,

 

Finaly, I create my own.

 

Regards

0 Kudos
Message 8 of 8
(2,945 Views)