[orkut-developer] Re: Latest push to the sandbox...

2008-02-22 Thread Tiago Takamoto
Thanks for the info Arne, I appreciate your good Job. Regards, Takamoto --~--~-~--~~~---~--~~ 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@googlegrou

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
Thanks a lot Arne that fixes the issue. dinesh On Thu, Feb 21, 2008 at 7:15 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Dinesh, > > I just updated > http://code.google.com/p/opensocial-resources/issues/detail?id=74 which > reported the same issue. That gadget was not waiting for

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Arne Roomann-Kurrik
Hi Dinesh, I just updated http://code.google.com/p/opensocial-resources/issues/detail?id=74 which reported the same issue. That gadget was not waiting for the page to be fully loaded before calling adjustHeight, which was causing the gadget to set its height to 0. Please make sure that your ca

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
Hi Arne, I kinda figured out what exactly the problem is. for some reason if u look at the iframe that to which my app gets added has style="height:0" you can see that style at the end of the iframe in firebug. I really dont know whether its a my bug or yours.. need to ponder a little more. in

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Luke
Hi Tiago, Thanks. That solved the problem, I overlooked that. regards, Luke On Feb 21, 3:49 am, "Tiago Takamoto" <[EMAIL PROTECTED]> wrote: > Hi Luke, > > Try include the in the as Lane > said. That works for me and remember to use &bpc=1. > I just have a question, if I need to includ

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
Thanks for your immediate response. Ok Arne i will try and provide a smaller snippet but its gonna take a while. Dinesh On Thu, Feb 21, 2008 at 1:27 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Dinesh, > >That's quite a bit for me to look at. I see the bug - it looks like > somet

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Arne Roomann-Kurrik
Hi Dinesh, That's quite a bit for me to look at. I see the bug - it looks like something is clearing out the flash once the data is finished loading. Can you try and isolate the bug and provide a smaller test gadget for me to look at? Thanks, ~Arne On Thu, Feb 21, 2008 at 11:20 AM, Dinesh

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
hi Arne, Thanks Arne This is my app url http://hosting.gmodules.com/ig/gadgets/file/113856488984096783541/Ortist_graphical_scrapbook_dev.xml or you can get it here http://sandbox.orkut.com/AppInfo.aspx?appUrl=http://hosting.gmodules.com/ig/gadgets/file/113856488984096783541/Ortist_graphical_

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Arne Roomann-Kurrik
Yes, having a sample to look at would be useful. Thanks, ~Arne On Thu, Feb 21, 2008 at 10:59 AM, Dinesh Kumar Subramanian < [EMAIL PROTECTED]> wrote: > > yes i do > > if you want i can give you a link for my gadget > > Dinesh > > On Thu, Feb 21, 2008 at 12:52 PM, Arne Roomann-Kurrik > <[EMAIL P

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
yes i do if you want i can give you a link for my gadget Dinesh On Thu, Feb 21, 2008 at 12:52 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Dinesh, > > Are you using bpc=1 to display the newest version of your gadget? > > ~Arne > > > > > On Thu, Feb 21, 2008 at 9:08 AM, Dinesh Kum

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
Hi Arne, In my case nothings getting displayed. it seems like everything is loading properly then disappears can you let me know why it is like that Dinesh On Thu, Feb 21, 2008 at 12:51 PM, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > Hi Tiago, > >"io" is a core javascript feature of g

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Arne Roomann-Kurrik
Hi Dinesh, Are you using bpc=1 to display the newest version of your gadget? ~Arne On Thu, Feb 21, 2008 at 9:08 AM, Dinesh Kumar Subramanian < [EMAIL PROTECTED]> wrote: > > Hi all, > > Nothing gets displayed for me even after adding require > feature="views" can someone please tell me what

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Arne Roomann-Kurrik
Hi Tiago, "io" is a core javascript feature of gadgets and is included by default. "views" is an optional feature, which will need to be included in a Require tag. If you check this page: http://code.google.com/apis/gadgets/docs/spec.html#corejavascriptapi you will see tables listing the core

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Dinesh Kumar Subramanian
Hi all, Nothing gets displayed for me even after adding require feature="views" can someone please tell me whats the problem thanks Dinesh On Thu, Feb 21, 2008 at 5:49 AM, Tiago Takamoto <[EMAIL PROTECTED]> wrote: > Hi Luke, > > Try include the in the as Lane > said. That works for me and

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Tiago Takamoto
Hi Luke, Try include the in the as Lane said. That works for me and remember to use &bpc=1. I just have a question, if I need to include the "views" on the required feature list, so to use gadgets.io.makeRequest I need to include "io" too? Because everthing was working fine before withou

[orkut-developer] Re: Latest push to the sandbox...

2008-02-21 Thread Luke
I'm seeing an error with gadgets.views not defined. This started happening since the push. Issue here: http://code.google.com/p/opensocial-resources/issues/detail?id=66 On Feb 20, 10:52 pm, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > We just pushed a fix to the sandb