LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

incorrect array replacement

Hi I have got a problem regarding the replacement of data in the array.
At first it seems working but the index (0,0) is missing like "V1"

Please advise.
Clement
0 Kudos
Message 1 of 5
(2,700 Views)

Your listbox display is scrolled away from default.

One solution: Right-click ... show vertical scrollbar... scroll home ... hide vertical scrollbar. 🙂

0 Kudos
Message 2 of 5
(2,698 Views)
Another solution: programmatically set "top left visible cell" to [0,0] via the same property node.
 


Message Edited by altenbach on 01-31-2008 07:43 PM
0 Kudos
Message 3 of 5
(2,697 Views)
It's there. You're just not displaying row 1 of the listbox. Enable the vertical scrollbar and move to the top.
0 Kudos
Message 4 of 5
(2,696 Views)
Hi Altenbach and Dennis.
It's weird.
Thanks.

 Clement
0 Kudos
Message 5 of 5
(2,684 Views)