error (listview)

  • Thread starter Thread starter juli jul
  • Start date Start date
J

juli jul

Hello,
I have a problem while editing item in list view - when I am doing it
and right away start some other action the application falls. I think I
need some kind of command which will tell it's the end of editing or
focusing on the list view.The question is ,which command?
Thank you!
 
I get the: Object referece not set to an instance of an object.
That happens when I am editing the cell and while the focus still on it
try to open a file in my application.
I think I need somehow to sign by some command the end of an edit.
How?
Thanks a lot!
 
No, that error says you are trying to access the and object that is set to
nothing. What is the line that it errors on?

Chris
 
Back
Top