Re: Freeze of cellular phone
Hi,
What phone model are you using?
If you want to exit the application make sure you press the red key (hang-up call) rather than the right soft key. The key input handling should be significantly improved in the next release (Garden, not Temple that is out today!).
Mark
Re: Freeze of cellular phone
I am using a E51. If I press the [COLOR="DarkRed"]red key[/COLOR] (hang-up call) all go fine but if I press the [COLOR="Navy"]right soft key[/COLOR] the cellular phone freeze :confused:.
The application is very simply is a QWidget + a QCalendarWidget
Re: Freeze of cellular phone
Apart from using on-device debugging in Carbide.c++ v2.0 to try to catch the cause of the freeze (make sure it isn't your application and maybe even find a bug in the port and report it) there's not much I can suggest apart from:
1) Try it with the new release of Qt and see if it's fixed.
2) Don't press the right softkey until you've got a working version of Qt for S60 where this is fixed.
Mark
Re: Freeze of cellular phone
Solved with new QT :cool:
I installed the QT 4.4.4 and recompile my application with new QT and now if I press right soft key the application go in background :)
Thank you Mark for your time ;)
Re: Freeze of cellular phone
Thanks Gino for letting us know the problem is gone with updating to Temple release.
Cheers,
Jack