LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

undo.cpp line 3067 error when scrolling listbox

In my application, I initialize a LV multi-column listbox as empty (Item Names set as an empty string array). Then I start writing to this property (Item Names), and once in a while, when scrolling down in the listbox, LV crashes and I get an 'undo.cpp line 3067' error. Any ideas? I thought it may be an array initialization problem, so I init it now with a string array much larger than what I plan to write to it. I get the same crash.
0 Kudos
Message 1 of 3
(2,635 Views)
Make a search with ".cpp" and you will get a lot of answers what to do with such kind of error.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 3
(2,635 Views)
vituning,

Are you scrolling around in the multi-column listbox, then deleting all or most of the contents. The error probably happens when you try to undo this action or when you try and scroll the listbox again? If so, before you delete the data, programmatically scroll the listbox to (0,0) or so that atleast valid data will be shown. This should avoid this error.

Randy Hoskin
Applications Engineer
Nationsl Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 3
(2,634 Views)