Openfeint how to open a specific leaderboard

Hi All,

Im in the process of creating a racing game on android which will have multiple leaderboards in openfeint.
EG:
Track 1 Fastest Lap
Track 2 Fastest Lap
etc…

I can submit the times to the leaderboard using
gameNetwork.request( “setHighScore”, { leaderboardID=“LeaderBoardID”, score=BestLapTime, displayText=BestLapTimeString } )

but it only brings up a popup stating “Score Submited”

I then open the leader board via
gameNetwork.show( “leaderboards” )

Although this just opens a list of all the leaderboards.

I guess what i am asking, is when submitting the score, is there a way to open that specific leaderboard it was submitted to and show the users rank?

any help is appreciated.

Thanks,
Chris. [import]uid: 59172 topic_id: 20122 reply_id: 320122[/import]