[orkut-developer] Centered a Div

2011-04-22 Thread rfbor...@gmail.com
How can I put a div in the center of the screen ? I use adjustHeight(), so it put a scroll on the main window, but the app locates in an iframe, how can I get the scroll position ? i just want to show a dialog in the center of the screen. Someone help me, please ? -- You received this message be

Re: [orkut-developer] What's will happen if I don't submit my application to the application directory?

2011-04-22 Thread Robson Dantas
Hi WenKe! If you are creating a 3legged oauth based you dont need to send anything to the directory, just need to register your domain in order to get your keys. For 2legged you need an registered app in order to make remote calls. Let me know if you have any doubt. Best Robson Dantas @robsond

Re: [orkut-developer] orkut-os-client 2.0 (birthday issue)

2011-04-22 Thread Robson Dantas
You can retrieve birthday notifications, but birthday date is not allowed to be retrieved, that is why you are getting this error. See more info here: http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html#profiledata BirthdayDATE_OF_BIRTHPersonally Identifiable InformationBi

Re: [orkut-developer] posting REST activities

2011-04-22 Thread Robson Dantas
You can just generate activities to the logged in user, cannot generate to others profile, since it will be automatically visible to everybody. This is why your first request if failling. The second is possibly related to captcha problems when sending, since it´s randomically generated by Orkut an

[orkut-developer] Aw: gadgets.util.registerOnLoadHandler callback not triggered

2011-04-22 Thread Christoph Atteneder
I forgot to mention that I'm testing the gadget in the canvas view. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send email to opensocial-orkut@googlegroups.com. To unsubscribe from this group, send email to o

[orkut-developer] gadgets.util.registerOnLoadHandler callback not triggered

2011-04-22 Thread Christoph Atteneder
Hi, I'm trying to access the Params (gadgets.views.getParams()) in my gadget. Because of the fact the views object is undefined, I´ve put the code inside of the gadgets.util.registerOnLoadHandler. The problem is that the callback is never triggered. Any ideas what is going wrong? - Christoph