Hello everyone
I have a problem about setting text. I use UIDesigner and I try to set text of the label
but it cause error and the app close suddenly.
Please help.
Thank you.
My emulator is S60 3 Edition FP2
Hello everyone
I have a problem about setting text. I use UIDesigner and I try to set text of the label
but it cause error and the app close suddenly.
Please help.
Thank you.
My emulator is S60 3 Edition FP2
check the panic code, it would propably help on determining the problem: http://wiki.forum.nokia.com/index.ph...ded_panic_code
check the part that starts as "To get the emulator display the reason and error code for panics..."
I did "JustInTime 0" command too.
Thank you for your reply.
if it exists when it should not, it is most commonly caused by a bug that generates panic, or leave. Anyway, you could maybe try debugging the app, and run it line-by-line on the part where it crashes, maybe you could check the values then on run time and see better on what could be going wrong with it. Without the panic code, it is rather hard to guess the possible reason behind it.