07-10-2007 08:12 PM
07-10-2007 11:13 PM

07-12-2007 07:40 PM
07-13-2007 09:31 PM
@vcteo wrote:
Thanks for replying LV. I'll try to explain what i'm trying to do...
I have an array with the list of products my company carry, around say 40 50 of them. I want to read all these product names from a tab-delimited text file, pass it into an array, and display them in the GUI to prompt user for further action. The GUI has to be able to allow users to enter numbers or maybe check box (processing priorities) beside their desired product names (since not all users would want to process all 50 models).
How do i implement this? especially the number input beside each model name part.
07-15-2007 07:27 PM
07-16-2007 07:30 AM
07-16-2007 04:12 PM
Hey, I have done something similar to this in the past. The way I did it was by using a listbox. I had buttons that the user would select to tell me what to do and how to modify the listbox contents. For example, in your case, I would have an Edit button. When the user selects the Model and hits Edit, I would pop up a screen asking him which process he would like to assign to the model. Then I would check for errors and if none existed, I would update the listbox contents with the new information.
Let me know if this helps or if I should provide more explantation.
Thanks!
Dan
07-16-2007 08:39 PM
07-17-2007 01:32 PM
I agree! What I was referring to was a setup VI. Then, based on what the user sets up, you could pass out the models to be processed to the main VI.
Hope this helps!
Dan
07-17-2007 10:08 PM