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 only
> happens in IE and is returning fine in FF.  How do you deal with this
> when it doesn't appear like the DataResponse object has any additional
> information on it when hadError() is true?
>
> On Nov 14, 12:07 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
> > 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 are writing in javascript to pull data) just put line
> > which throws error in try block and give an employ catch block as
> > given below...
>
> > try
> > {
> >       /*your javascript code which is throwing error*/}
>
> > catch(e)
> > {
> >     /*if u want to handle situation that code goes here*/
>
> > }
>
> > i hope i got your problem correctly and this helps you.
>
> > On Nov 14, 11:46 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > wrote:
>
> > > 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, so if anyone has any suggestions, they would be
> > > most appreciated.- Hide quoted text -
>
> > - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Discussion" 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