Hi,
I have a problem with the right button (used usually for cancel/back/exit). If I press this button in a QT application the phone freeze and I must remove the battery to restart the phone.
Any suggestion? There is a SIGNAL to intercept?
Thank you![]()
Hi,
I have a problem with the right button (used usually for cancel/back/exit). If I press this button in a QT application the phone freeze and I must remove the battery to restart the phone.
Any suggestion? There is a SIGNAL to intercept?
Thank you![]()
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
I am using a E51. If I press the red key (hang-up call) all go fine but if I press the right soft key the cellular phone freeze.
The application is very simply is a QWidget + a QCalendarWidget
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
Solved with new QT
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![]()
Thanks Gino for letting us know the problem is gone with updating to Temple release.
Cheers,
Jack