Hi Guys,
I don't know if this is the forum I'm supposed to be writing on ...but here goes.
Did any of you find a solution on how to use the Thread.Sleep(ms) method so that ot behaves the same on every Nokia Device?
For instance, I have a menu drawn on a Game Canvas and I set a delay when listening to keystrokes.
On the Symbian phones the menu works perfectly but with the S40 phones I cannot select all the options because it calls the Keystroke handler more frequently. (E.g. - I'm on the first menuItem and press the Down Key, it takes me to the third of forth menuItem).
Do you have any ideas (except building separate versions of the app. for every device?).
Thank you very much!
PS: Shouldn't the ms be a fixed time period for every device regardless of the OS? I don't really understand what causes that...

Reply With Quote


