10-27-2009 02:29 PM
Hello,
I have a probleme with a table.
I created a table with columns header but when I want to enter values in cells some cellls are moving from right to left and i don't understand why. It is funny but not very useful! If someone can help me it would be nice!
Please find attached my VIs with the creation of the table and the table with moving cells.
Thanks
Jean
Solved! Go to Solution.
10-27-2009 02:45 PM
10-27-2009 05:10 PM
I cannot replicate the behavior you're talking about. Exactly what do you do? I also don't understand why you have two different VIs. Which one are you referring to? I would consider using a different user interface. Having a table with 1000 columns is not very friendly.
10-27-2009 05:23 PM
You don't actually have to run the VI. Just open 'Moving cells' and type something into column 11. Then just watch it float away. Change the justification to Right or Left and the behavior stops.
10-27-2009 05:44 PM
It's moving to the vertical origin on the front panel, not the center of the table. The control is placed so that it basically overlaps quadrants 3 and 4. If the control is moved so that it's completely in one quadrant then it doesn't seem to do it. It also appears that the behavior only extends up to a certain point. For instance, it doesn't do it for column 14 and beyond. In 8.2 I only saw it occur on the right-hand side.
You're right, that's quite weird, but quite amusing. Definitely looks like a LabVIEW bug.
10-28-2009 03:14 AM
Thank you very much!
I changed the justification to left and the cells are not moving anymore!
Jean