[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread codecontrol
Use Firefox, open source for opensocial :-) On Nov 15, 2:35 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The problem I'm seeing is that a simple call to > "req.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER), > "owner");" is returning with "data.hadError() == true". This onl

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
The problem I'm seeing is that a simple call to "req.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER), "owner");" is returning with "data.hadError() == true". This only happens in IE and is returning fine in FF. How do you deal with this when it doesn't appear like the DataResponse o

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
hi, i don't know if i understood your problem properly or not but what i got is u have a code which is throwing in exception(some value not returned) so IE is catching it and showing it. now what u can do is instead of IE getting that exception catch that in your own javascript code(assuming u ar

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
I've also been having a problem with IE. I'm trying to pull some data, which may return null. Firefox doesn't bother with it, and it doesn't even return as errored. However, IE7 gives me a big nasty "Error: "undefined" is null or not an object" It's something that I'll have to deal with eventually

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread [EMAIL PROTECTED]
Thanks CodeRain! You saved me! On Nov 14, 8:42 am, CodeRain <[EMAIL PROTECTED]> wrote: > Found the problem. > I am using IE7. > > It works fine in Mozilla. Not in IE7 > > On Nov 14, 6:24 pm, CodeRain <[EMAIL PROTECTED]> wrote: > > > > > Somehow none of the Applications > > developed u

[OpenSocial] Re: Problem Using orkut application

2007-11-14 Thread CodeRain
Found the problem. I am using IE7. It works fine in Mozilla. Not in IE7 On Nov 14, 6:24 pm, CodeRain <[EMAIL PROTECTED]> wrote: > Somehow none of the Applications > developed using openSocial API seem to work for me. > > The "hello world" works fine. > > I tried the sample scripts given in Googl