04-20-2010 01:59 AM
hi all
i have added my application in Options. for this
i have implemented my class to OptionsProvider interface and implemented all three method of this interface:-getTitle(),populateMainScreen(), save()
i wrote some login in populatedMainScreen() method to add text message ,edit and delete.when i select add menu then addscreen open ,there i add new text message and save.but its not navigate to same screen, its going another screen.
my problem is this, how i can call this populateMainScreen() method in my class constructor?
thanks
savi
04-20-2010 03:10 AM
i would suggest that you push an own screen and call mainscreen.close (inside invokelater).
this gives you the full control over the options screen.