Hi,
I am handling Eeventitemtapped and Eeventitemconfirmed events into the ListBoxEventHandleL().While tapping on the listbox contains I am switching to other view,but after entering to case of Eeventitemtapped or Eeventitemconfirmed, all the views gets null value automatically,and the application crashes.Before this handling, all the views get their value. Can anyone tell me what would be the problem.?
Actually i have one function SwitchViewL() , inside that i am calling ActivateviewL(viewID) to switch to another view.
When i call this function inside HandlecommandL(), my view is getting switched, but when i call it inside ListBoxEventHandleL() i am getting kernelexcec 3. when i debugged my code in a memory view i found that memory of all the views got replaced by null.so program got crashed there. but when i did the same thing in handlecommanl() everything was working fine.So can you please tell me what is the reason? thanks.
Forum posts: 25
Actually i have one function SwitchViewL() , inside that i am calling ActivateviewL(viewID) to switch to another view.
When i call this function inside HandlecommandL(), my view is getting switched, but when i call it inside ListBoxEventHandleL() i am getting kernelexcec 3. when i debugged my code in a memory view i found that memory of all the views got replaced by null.so program got crashed there. but when i did the same thing in handlecommanl() everything was working fine.So can you please tell me what is the reason? thanks.