scoreninja

Android: ScoreNinja is only displaying 1 highscore....

Hi All, I am trying to implement ScoreNinja into one of my apps. It all seems to work, but when I submit a score it replaces the current #1 score with any that I supply, even it is lower. This means that only one score is ever displayed. Anyone got any idea what I'm doing wrong? I have e-mailed the dev but he/they haven't responded. ...

Android: I am getting reports of 'Can't create handler inside thread that has not called Looper.prepare()' after adding ScoreNinja

Hi All, I am getting reports of 'Can't create handler inside thread that has not called Looper.prepare()' once I added ScoreNinja to my Android app, and released it to the market. It seems that it isn't happening all the time as the ScoreNinja highscore has lots of entries from users. I have looked on the web for help but there are no...

ScoreNinja titleText and subboard are not doing anything

I am using ScoreNinja (a high score manager) in my android game, and I want to use the subboard feature mentioned in the documentation. But when I do this: mScoreNinjaAdapter.show(score, "Test Title", "test_board"); It doesn't do anything differently. The title is still "Global High Scores" and it is still showing scores from the mai...