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 calls to adjustHeight are
done after the page is finished loading, as I feel that this may be causing
the problem you're seeing.

~Arne


On Thu, Feb 21, 2008 at 12:46 PM, Dinesh Kumar Subramanian <
[EMAIL PROTECTED]> wrote:

>
> 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 between i guess it might help if you fix the bug.
>
> Thanks
> Dinesh
>
>
> On Thu, Feb 21, 2008 at 2:06 PM, Dinesh Kumar Subramanian
> <[EMAIL PROTECTED]> wrote:
> > 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
> >  > 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 Kumar Subramanian
> >  > <[EMAIL PROTECTED]> wrote:
> >  > >
> >  > > 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_scrapbook_dev.xml
> >  > >
> >  > > Dinesh
> >  > >
> >  > > On Thu, Feb 21, 2008 at 1:12 PM, Arne Roomann-Kurrik
> >  > >
> >  > >
> >  > >
> >  > > <[EMAIL PROTECTED]> wrote:
> >  > > > 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 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 Kumar Subramanian
> >  > > > > > <[EMAIL PROTECTED]> wrote:
> >  > > > > >
> >  > > > > > >
> >  > > > > > > 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 <Require feature="views"/> in the
> >  > <ModulePrefs>
> >  > > > 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 without this
> includes.
> >  > > > > > > >
> >  > > > > > > > Regards,
> >  > > > > > > >
> >  > > > > > > > Takamoto.
> >  > > > > > > >
> >  > > > > > > >
> >  > > > > > > > On Thu, Feb 21, 2008 at 7:46 AM, Luke <[EMAIL PROTECTED]
> >
> >  > wrote:
> >  > > > > > > > >
> >  > > > > > > > > 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 sandbox to take care of
> the
> >  > issues
> >  > > > found
> >  > > > > > > > > > with Internet Explorer [1].  As an added bonus, the
> MyApps
> >  > page
> >  > > > is
> >  > > > > > now
> >  > > > > > > > > > rendering the thumbnail and description specified in
> your
> >  > app's
> >  > > > > > > > > > ModulePrefs element [2].
> >  > > > > > > > > >
> >  > > > > > > > > >
> >  > > >
> [1]http://code.google.com/p/opensocial-resources/issues/detail?id=48
> >  > > > > > > > > >
> >  > > >
> [2]http://code.google.com/p/opensocial-resources/issues/detail?id=28
> >  > > > > > > > > >
> >  > > > > > > > > > One side effect from this update is that if you're
> using the
> >  > > > > > > > > > gadgets.views package, you'll need to include
> <Require
> >  > > > > > feature="views"/>
> >  > > > > > > > in the <ModulePrefs> of your gadget.  This is because the
> >  > "views"
> >  > > > > > > > > >
> >  > > > > > > > > > package is not part of the Core API, as shown
> >  > > > > > > >
> >  > here:http://code.google.com/apis/gadgets/docs/reference/index.html
> >  > > > > > > > > >
> >  > > > > > > > > > Happy coding,
> >  > > > > > > > > > Lane
> >  > > > > > > > >
> >  > > > > > > > >
> >  > > > > > > >
> >  > > > > > > >
> >  > > > > > > >
> >  > > > > > > > --
> >  > > > > > > > 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@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to