OpenFeint Dashboard

Hi, everyone. Is there a way to login in OpenFeint without show OpenFeint login Screen? My gameNetwork.init() is in main.lua( I'm using Director.lua ) then everytime I inicialize my game the OpenFeint's Screen appears before my game's menu. Is it normal?

I noticed openfeint.launchDashboard() is deprecated. Is there other way to call Dashboard? Thanks.

the OF login screen appears on every start as long as the user logged in once or declined the usage of OF.

the new way to show the dashboard is described here
http://developer.anscamobile.com/reference/index/gamenetwork/gamenetworkshow

-finefin

Ok, CANUPA. There is one more doubt. When I use openfeint.lauchboard() appears complete screen with leaderboard, challenges,achievements,...in this case that I show me I must write something like that to show complete screen:

1
2
3
4
gameNetwork.show( "leaderboards")
gameNetwork.show( "achievements" )
gameNetwork.show( "friends" )
gameNetwork.show( "challenges" )

The link already posted tells you that info ;)

views:1537 update:2011/10/22 17:28:16
corona forums © 2003-2011