Nokia C5 -J2ME TouchScreen control buttons and scrolling do not work after changing the system time

I run my application and it works well ... but after ...:

  • Go to "Settings-> Phone-> Date and time", change the time back. (MyApp is in the opposite direction)
  • Re-opening the test application
  • Trying to use the left actıon command and rıght command actıon .... scrolling ...

J2ME Actıon commands do not work at all. Also scrolling the touch screen does not work ... !!

... start running the application is working fine. So, "im2amit", which is from forum.nokia, proposed to recreate my object. I am using HideNotify () / showNotify () for a touch application - this is the background .. they work well, but if I change the system time ago, showNotify Method does not work .. ??? any comment?

+4
source share
1 answer

Does this work if you end the application after changing the time and run it again?

If yes, then the problem is with the application running in the background. I mean, whenever your application runs in the background, it actually loses some active objects from memory.

Therefore, instead of changing the time, try to do something else while your application is in the background, I think it will also give the same results.

+1
source

Source: https://habr.com/ru/post/1342137/


All Articles