The below code gives me the error...
var params = {};
params[gadgets.io.RequestParameters.CONTENT_TYPE] =
gadgets.io.ContentType.DOM;
var url = 'http://202.87.51.188/orkut/getscores_new.asp?user_id=' +
objViewer.getId() + '&friends_id=' + friends_id + '&app_id=' + id +
'&ts=' + getTimeStamp() ;
gadgets.io.makeRequest(url, showHighscores, params);
- Mak
On Feb 21, 11:55 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]>
wrote:
> Mak,
>
> Can you please post the code that is causing the error?
>
> Thanks,
> ~Arne
>
> On Wed, Feb 20, 2008 at 10:49 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Thanks Arne... It works fine now..
>
> > I am facing another problem in IE
>
> > When I call makerequest I get the Javaascript error - 'Object doesn't
> > support this property' on the line.....
>
> > },makeClosure:function(G,I,H){var F=[];
>
> > Can you please look into this..
>
> > Thanks
> > - Mak
>
> > On Feb 21, 11:43 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]>
> > wrote:
> > > This should be fixed now. Please test it and let me know if you
> > continue to
> > > have problems with views.
>
> > > ~Arne
>
> > > On Wed, Feb 20, 2008 at 10:37 PM, Arne Roomann-Kurrik <
> > [EMAIL PROTECTED]>
> > > wrote:
>
> > > > Yes, we're aware of this issue and will be pushing a fix shortly.
>
> > > > Thanks,
> > > > ~Arne
>
> > > > On Wed, Feb 20, 2008 at 10:30 PM, [EMAIL PROTECTED] <
> > > > [EMAIL PROTECTED]> wrote:
>
> > > > > Yes... same problem here...
>
> > > > > Adding <Require feature="views" /> gives the following error..
>
> > > > > Invalid config value "[object Object]" for parameter "default" in
> > > > > component "views"
>
> > > > > even if I do not call any function from gadgets.views
>
> > > > > - Mak
>
> > > > > On Feb 21, 11:12 am, JevS <[EMAIL PROTECTED]> wrote:
> > > > > > Arne,
> > > > > > After adding <Require feature="views" /> I am getting 2 error:
> > > > > > gadgets.views.getCurrentView() has no properties and
> > > > > > Invalid config value "[object Object]" for parameter "default" in
> > > > > > component "views" .
> > > > > > Cheers
> > > > > > Jevs
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenSocial Application Development" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---