11-22-2011 11:29 AM
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
11-22-2011 11:39 AM
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.
11-22-2011 12:48 PM
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.
11-22-2011 02:03 PM
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
11-22-2011 02:31 PM
@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.
11-23-2011 02:36 AM
Hi,
In my application, I don't have menu bar. So I can't call that windows with a personal menu.
Regards
11-23-2011 07:55 AM
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.
11-23-2011 08:10 AM
Hi,
Finaly, I create my own.
Regards