getting KERN-EXEC 3 panic while implementing information dialog in UIQ 3
| Wed, 2008-02-27 13:49 | |
|
i am implementing a info dialog in uiq 3 its like there is a list box implimented and in the HandleListBoxEventL i am implementing the void CImailView::HandleListBoxEventL(CQikListBox* aListBox, TQikListBoxEvent aEventType, TInt aItemIndex, TInt /*aSlotId*/) in case 2 i am implimenting a the info message n getting a panic in the same line can any body help plz help |
|






Forum posts: 1242
iEikEnve->InfoWinL(R_DIALOGS_LISTVIEW_INFORMATION_DIALOG_TITLE, R_DIALOGS_LISTVIEW_INFORMATION_DIALOG_TEXT);Is 'iEikEnve' simply a typo? Can't probably be right, anyway.
Did you check whether the two resource id's that you give really point to strings (and not some other kind of resources that would be inappropriate)?
And many times, simply by looking at the call chain in the debugger I got good hints about the source of the problem, in this way: Is it 'InfoWinL' itself which causes the crash, or some method that is called within that method? (Of course UIQ source is not available, but the call chain is.)
René Brunner
Forum posts: 21
thanks Boss
u were right the problem was in the "iEikEnve"
that solved the problem