Hi!
I'm writing some game using OpenGL and have two views : SurfaceView
for OGL and TextView for my score. When I try to update score ( using
BoardScore.setText("bla"); ) from my activity class all just fine, but
when I try to do it from my logic class my app crash. Debugger says
something like ViewRoot$CalledFromWrongThreadException
(id=830053983760)
But I need to update it from logic to know my score.
Do you know something about this issue?Thanks for help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

