Hi,
did anyone managed to screen an information message on Nokia 6630?
I've tried all different types, but it doesn't get displayed on 6630. On the Emulator it works fine.
Any suggestions?
Thanks
BR
Arne
Hi,
did anyone managed to screen an information message on Nokia 6630?
I've tried all different types, but it doesn't get displayed on 6630. On the Emulator it works fine.
Any suggestions?
Thanks
BR
Arne
Hi there,
InfoMsg() is a Symbian notification. On S60 Avkon notifications are preferred. Pls, try to use an Information Note - CAknInformationNote. This is also inline with S60 UI style.
Just for my info, is 6630 already out in the shops ? It's Symbian 8.0a ?
Kind regards,
Rene
PCA Mobile
symbian.pcamobile.com
Hi, first thanks for your answer.
I would like to use the code on S60, S80 and UIQ, so I try to handle much Symbian code as possible and try to avoid the Akn classes.
Is there any possibility to get it working on S60?
For your questions:
- 6630 is out in germany and I think also in the rest of the world
- yes, it is 8.0a
Thanks
Arne
Unfortunately this is a common behaviour on S60 platform. iEikonEnv->InfoMsg(); is only displayed in the emulator, but not on target device.... it applies for all devices, not only for N6630.