Why listbox applicaion crashes on exit?
| Thu, 2008-04-03 07:46 | |
|
HI, after successfull login, it display the listbox, i created login dialog using resource file if it return OK then i my Appui class create the Listboxcontainer object. and perform actions, but the problem is that when user click back or exit while on Listbox screen, it crashes.Error "Program closed". the main function in Apui ConstructL is : void CMKISAppAppUi::ConstructL() TBool okPressed = CMKISAppLoginContainer::RunDlgLD(); // call login Dialog CMKISAppAppUi::~CMKISAppAppUi() break; please help me, |
|






Forum posts: 1143
Debug it in the emulator. Your will probably see the line that causes the crash (which is now probably not included in the code that you included in your post, I would say.)
In my opinion, learning to debug is among the first things a Symbian newbie should do.
René Brunner