Hello, As Arne told me UserPrefs are not working anymore which i cannot really understand because that was a great utility for storing simple application data. But ok as it is not there anymore i need to develop any functionality it was providing by using the objects newFetchPersonAppDataRequest and newUpdatePersonAppDataRequest.
That is clear but when it comes to details of implementing getting and setter methods it occurs that such functions are not possible to implement so easily because they are now based on asynchonous requests. So when i call in my code a function which should get a value for a key using newFetchPersonAppDataRequest and return a value so that is not possible because this getter method will call a callback function and this callback will get the value i need but how to give that back to the function which was calling the getter method?? no way i guess... So i need to implement all application logic of that function inside the callback which make it less flexible. Any opinions google guys?? marc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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/opensocial-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

