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
Printable View
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: [url]http://wiki.forum.nokia.com/index.php/Extended_panic_code[/url]
[QUOTE=symbianyucca;679855]check the panic code, it would propably help on determining the problem: [url]http://wiki.forum.nokia.com/index.php/Extended_panic_code[/url][/QUOTE]
It close without showing any dialog. Do I have to set the emulator something?
check the part that starts as [B]"To get the emulator display the reason and error code for panics..."[/B]
[QUOTE=symbianyucca;679894]check the part that starts as [B]"To get the emulator display the reason and error code for panics..."[/B][/QUOTE]
I did it kub but still close without showing any thing. The ErrRd exist in C:\resource (emulator).
But it not show any things.
I did "JustInTime 0" command too.
Thank you for your reply.
Is it possible that the error doesn't cause by panic.
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.