10-10-2011 02:25 PM
To whom it may concern,
I'm working with a earlier program not created by myself and have an odd behavior from a list box. There are two list boxes with on operating correctly and the other shows a null in data. When you look at the front panel you'll see two list boxes on the right side. The one labeled "File for L1 Test" is working the one "File for L2 Test" isn't. Even though the path come in the file names in the L2 box don't make it into the program and when you probe the test line you get a "" for the probe. Any idea of why one works and the other doesn't?
Gary Tyrna
Solved! Go to Solution.
10-10-2011 08:23 PM
You know that's a really good question. An interesting question. A question that is even intriguing...
Was this code ever converted between versions? How did you create the second control?
Mike...
PS: I haven't the foggiest idea what is going on.
10-10-2011 09:57 PM
It definitely appears that the control has somehow been corrupted. Copy the working one over the non-working one and update the item names and it should start working.
10-11-2011 10:19 AM
Mike,
To answer your questions, yes this was converted from a 8.0 to 2010 and both controls we already in the program. It has turned out to be a corrupt list box and when I copied the working one and renamed it I'm now up and running.
Gary
10-11-2011 10:22 AM
Matthew,
Thank you for your suggestion. This was the trouble and I know have this working. It may have been the older version that created this program and when I brought this up in LabVIEW 2010 mite have caused the corruption problem.
Thanks Again,
Gary Tyrna