Hi all,
Maybe someone can tell me if the usage of CAknGlobalMsgQuery (global message query) is compatible with the usage of vibration (CHWRMVibra)
What I am trying to achieve is the following:
- application runs in the background; it generates a message I want to be notified for;
- application shows the message with CAknGlobalMsgQuery;
- application makes the phone (Nokia 700 with Belle) vibrates until I acknowledge the message by hiting the OK button;
- application makes the keys blink;
Currently, I've tried to put the vibration logic in another thread; I have also tried to use a timer; but the device won't vibrate.
I'm successful when I make it vibrate briefly just before showing the global query. And usage to CHWRMLight is no problem. The keys blink until I close the global query. It's the vibra which I find difficult.
Thx,
--
Issa



