[orkut-developer] Re: "Don't be evil" error

2008-02-24 Thread Arne Roomann-Kurrik
Hi Pradeep, _IG_FetchXmlContent is a wrapper function intended to create compatibility with the older google gadgets specification. You should not use this function, but rather use gadgets.io.makeRequest() instead. Here's a link to a page that shows some examples of using this function: http:

[orkut-developer] Re: How to get setTimeout( "myfunc.js", 1000) working.....

2008-02-24 Thread Arne Roomann-Kurrik
This is the response from Orkut that gets returned by makeRequest calls. Don't worry about it - it isn't an error and won't affect your program at all. ~Arne On Sun, Feb 24, 2008 at 12:41 AM, imoracle <[EMAIL PROTECTED]> wrote: > > Also in firebug I can see some thing like this > > throw 1; <

[orkut-developer] Re: How to get setTimeout( "myfunc.js", 1000) working.....

2008-02-24 Thread Arne Roomann-Kurrik
Hi imoracle, To have a function called once every X seconds, you need to use setInterval() instead of setTimeout(). setTimeout() calls the function once, after a specific amount of time, while setInterval() continues calling the function until you clear the interval using clearInterval(). A q

[orkut-developer] Re: Adjust Window Height

2008-02-24 Thread Arne Roomann-Kurrik
Hi Jelena, That seems like a curious bug. Can you file an issue in the tracker? http://code.google.com/p/opensocial-resources/issues/list Thanks, ~Arne On Sat, Feb 23, 2008 at 3:29 PM, Jelena <[EMAIL PROTECTED]> wrote: > > Ahh, just figured that happens only with bpc=1, doubt our users will

[orkut-developer] Re: Here's how to fix today's sandbox errors

2008-02-24 Thread Arne Roomann-Kurrik
Thanks for posting this fix, Alex. Looks like there might be some JS dependency issues in the gadget server that make requiring this feature needed. ~Arne On Sat, Feb 23, 2008 at 10:26 AM, Alex E <[EMAIL PROTECTED]> wrote: > > Just add to the gadget xml. > > There must have been an un-announce

[orkut-developer] Re: problem executing any requests

2008-02-24 Thread Arne Roomann-Kurrik
Hi Nare, Can you post a link to a gadget that is causing the error? Thanks, ~Arne On Sat, Feb 23, 2008 at 2:58 AM, Nare <[EMAIL PROTECTED]> wrote: > > Yesterday and the day before I was recieving endless error messages > 'Bad, bad server error'. > Today it throws exception on the following l

[orkut-developer] Re: gifts part 5 not working right

2008-02-24 Thread pradeep
os_a.rpc has no properties http://0.o.gmodules.com/46/o/opensocial-0.7.js Line 128 os_k() has no properties http://0.o.gmodules.com/46/o/opensocial-0.7.js Line 4 Why lot of errors? I think sandbox is under maintenance. :-) --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: gifts part 5 not working right

2008-02-24 Thread pradeep
I am too getting the same error from today morning. data.get("viewer") has no properties [Break on this error] var viewer = data.get('viewer').getData(); Marshall wrote: > I've added to the tutorial just to > make sure. There is a new error that started for me last night (Friday > night). He

[orkut-developer] version 0.3

2008-02-24 Thread Falcão
Hello Guys, I did some importants changes on OpenSocialGenerator. If tags: forEach tag: Hello {item} include tag: []'s Falcão --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group.

[orkut-developer] Re: UNSUPPORTED_FEATURE html-composer

2008-02-24 Thread Jawad_Shuaib
Hi Arne, any updates on the "Unsupported: html-composer" issue? Thanks, - Jawad On Feb 6, 2:15 pm, "Arne Roomann-Kurrik (Google)" <[EMAIL PROTECTED]> wrote: > Hi paps, > > There's been some issues with using thehtml-composergadgets > since the 0.6 push. I'll be following up with the team to

[orkut-developer] Re: "Don't be evil" error

2008-02-24 Thread pradeep
This the response tet that comes as reply: throw 1; < don't be evil' >{"http://some-thing.googlecode.com/svn/ trunk/pr-gadget/images/paths.xml":{"body" :"\r\n\r \nhttp://www.esnips.com/doc /3e42efc3-3691-46aa-9011-f762db26b437/image3<\/image>\r\nhttp:// www.esnips.com/doc/cd8f334d-2cc7-4381-9a

[orkut-developer] Re: "Don't be evil" error

2008-02-24 Thread pradeep
I am trying to load an XML file by using URL. In the callback function, i am not able to access it as an xmlResponse object. It is null. I am using _IG_FetchXmlContent to fetch the XML content. Example: _IG_FetchXmlContent(url,method); method(xml){ if(xml==null) alert('Evil'); } This code

[orkut-developer] Re: How to get setTimeout( "myfunc.js", 1000) working.....

2008-02-24 Thread imoracle
Also in firebug I can see some thing like this throw 1; < don't be evil' >{"http://www.mysite.com/opensocial/library/ callbackstats/returndata .php":{"body":"Now playing: Ajab Si from Om Shanti OmNow playing: When You Say Nothing At All Now playing: Rainy Day Now playing: Sweet Child of mine - J

[orkut-developer] How to get setTimeout( "myfunc.js", 1000) working.....

2008-02-24 Thread imoracle
Hello All, I just want to make a callback to my remote app server every one second, but some how don't get this working. Here is the code snippet:

[orkut-developer] Re: Listing friends fails

2008-02-24 Thread Marshall
Ok to repeat a previous post and to temporarily close this issue, there is a strange solution: add even though the app may not need it at all. Now it does need it for basic functionality. Hopefully whatever is causing the fix by plugging this in can be incorporated into standard functionality s

[orkut-developer] gifts part 5 not working right

2008-02-24 Thread Marshall
I've added to the tutorial just to make sure. There is a new error that started for me last night (Friday night). Here is the firebug error I get with the gifts part 5 tutorial: data has no properties var personData = data[person.getId()]; On my own app, a perhaps similar strange phenomenon: T