01-04-2009 08:16 PM
01-05-2009 02:43 PM
Howdy Trig,
I'm a little confused as to what you mean by "trouble linking the path of your image". You should be able to navigate to the Report Generation Toolkit example files through the NI Example Finder. In LabVIEW, select Help » Find Examples, and go to the Browse tab. From there, the examples will be under either the Toolkits and Modules folder or the Toolkits and Modules Not Installed, depending on if the toolkit is installed.
Please post back if you are unable to open the examples through the Example Finder and verify that you have the Report Generation Toolkit properly installed. Additionally, please elaborate on which sample report generator VI you're looking for (Word or Excel). Thanks!
01-05-2009 07:18 PM
01-05-2009 09:07 PM
There are some shipping examples of pop-ups. Basically, you would have an event structure with a value change event for the Boolean. In the event, you have a pop-up subVI that you pass the data to. In that subVI, you would format the data for display and also have an event structure to handle the Save/Print Booleans.
You might want to check the resources at the Learning LabVIEW page.
01-05-2009 09:16 PM
01-05-2009 09:27 PM
As I said, there are example VIs for pop-ups. Go to Help>Find Examples. Do a search for dialog.
No, you don't have to use an event structure but it is probably the most elegant and simplest way of handling the thing you want to do. You could also just use a while loop with a case statement. Before event structure, that was the standard way to handle front panel events. A more advanced technique would be to use sub-panels.
You asked for a pop-up window and that implies a separate subVI with it's own front panel.
The example finder also has example VIs that show how to use the event structure. This is the sort of basic LabVIEW programming that is also covered in the tutorials. It would really be benefical for you to go through some of them and not have to post a lot of simple questions.
01-06-2009 08:37 PM