Without seeing the code for what defines "id", I don't know exactly
what your sample is doing.  Can you reproduce this bug in a small
(around 100-200 lines of code) gadget?

~Arne


On Nov 28, 5:18 am, "RAJA SEKHAR" <[EMAIL PROTECTED]> wrote:
> Hi arne
>
> Activity Streams are working in my application in live i mean in orkut.My
> application is in Orkut now.This feature is working in
> prod.sandbox.orkut.com.
>
> But here i am struct with another issue in IE
>
>   var params = {};
>  params[opensocial.Message.Field.TITLE]="FlinkIt";
>  var body='Hi Friend(s) add this application to share and save use fullinks
> and get prizes';
>  var message = opensocial.newMessage(body, params);
>  var recipient =id;
>  opensocial.requestSendMessage(recipient, message,
>   function(response)
>   {
>
>    }
>  );
>
> I am getting error like this
>
> d is undefined
>  t_bi("09835885731636868491", "FlinkIt Share URL", "Add the application 
> :http://www.orkut.co.in/Main#AppInfo.aspx?appId=629818644027";)common042.js
> (line 207)
> S(Object s=send_email [EMAIL PROTECTED] veernapu c=0)rpc.js?c...227857034 
> (line
> 155)
> b()()rpc.js?c...227857034 (line 121)
> function t_bi(a,b,c){var
> d=t_Ih[this.f];...questSendMessage",f,t_P(t_5h[t_].Xd,h))}
>
> can u please look at this code
>
> please
>
> Activity Streams is sloved but now i am struck with this issues
>
> Thanks
> Sekhar
>
>
>
> On Thu, Nov 27, 2008 at 4:41 PM, RAJA SEKHAR <[EMAIL PROTECTED]> wrote:
> > HI arne ,Why same code is working in prod.sandbox.orkut.com but not in
> > sandbox.orkut.com,both are different ?
>
> >   On Thu, Nov 27, 2008 at 9:52 AM, RAJA SEKHAR <[EMAIL PROTECTED]>wrote:
>
> >> HI arne
>
> >> when my application loads i am getting all friends and storing their
> >> details in arrays.when i need those data there i am using.
>
> >>   On Wed, Nov 26, 2008 at 11:32 PM, Arne Roomann-Kurrik <
> >> [EMAIL PROTECTED]> wrote:
>
> >>> I still need you to try and figure out what portion of your code causes
> >>> the error when you leave it in.  I believe it's something you're doing in
> >>> the friend handling section of your application and not a specific problem
> >>> with the container, since I'm not able to reproduce these problems 
> >>> anywhere
> >>> but in your gadget.
>
> >>> ~Arne
>
> >>> On Tue, Nov 25, 2008 at 8:24 PM, RAJA SEKHAR <[EMAIL PROTECTED]>wrote:
>
> >>>>         Hi Arne Thanks for your fast reply .I noticed  one more thing is
> >>>> ,all my code is working in prod.sandbox.orkut.com with my friends but
> >>>> the same code is not working in 
> >>>> sandbox.orkut.com.As<http://sandbox.orkut.com.as/>i said earlier if i 
> >>>> have no friends then gadgets.window.adjustHeight() is
> >>>> also working in sandbox.
> >>>>               So can your team please work on that.
>
> >>>> Thanks
> >>>> Sekhar
>
> >>>>   On Wed, Nov 26, 2008 at 1:02 AM, Arne Roomann-Kurrik <
> >>>> [EMAIL PROTECTED]> wrote:
>
> >>>>>  That's pretty significant, possibly some of the code that manipulates
> >>>>> your friends is interfering with posting the activity.  I would look 
> >>>>> there
> >>>>> first.
>
> >>>>> ~Arne
>
> >>>>> On Mon, Nov 24, 2008 at 8:05 PM, RAJA SEKHAR <[EMAIL PROTECTED]>wrote:
>
> >>>>>> Yes .Thanks.I noticed one thing here is If i have no friends then
> >>>>>> dynamicHeight and Updates working .But even if i have single friend 
> >>>>>> also
> >>>>>> this is not working .
>
> >>>>>> On Mon, Nov 24, 2008 at 11:07 PM, Arne Roomann-Kurrik <
> >>>>>> [EMAIL PROTECTED]> wrote:
>
> >>>>>>> I've followed up in the orkut group thread.
>
> >>>>>>> ~Arne
>
> >>>>>>> On Nov 23, 8:46 pm, "RAJA SEKHAR" <[EMAIL PROTECTED]> wrote:
> >>>>>>> > hi arne I posted that in Orkut forum also .but i didn`t get any
> >>>>>>> help .
>
> >>>>>>> > On Mon, Nov 24, 2008 at 10:15 AM, Arne Roomann-Kurrik <
> >>>>>>> [EMAIL PROTECTED]
>
> >>>>>>> > > wrote:
>
> >>>>>>> > > It would help quite a bit if you posted the name of the container
> >>>>>>> you
> >>>>>>> > > were using when this error occurred.  Of course, because this is
> >>>>>>> a
> >>>>>>> > > container-specific question, you should have posted this in the
> >>>>>>> > > appropriate container-specific forum as well.
>
> >>>>>>> > > ~Arne
>
> >>>>>>> > > On Nov 19, 10:38 pm, Rajasekhar <[EMAIL PROTECTED]> wrote:
> >>>>>>> > > > HI
>
> >>>>>>> > > > When i am usig this code for sending streams .I am using 0.7
> >>>>>>> > > > version .I am unable to post activity to my friends.
>
> >>>>>>> > > > function postActivity(feed,type)
> >>>>>>> > > > {
> >>>>>>> > > >         var data = {};
> >>>>>>> > > >         data[opensocial.Activity.Field.TITLE] = "Title";
> >>>>>>> > > >         data[opensocial.Activity.Field.BODY] = "Created
> >>>>>>> Flinkit";
> >>>>>>> > > >         var activity = opensocial.newActivity(data);
> >>>>>>> > > >         opensocial.requestCreateActivity(activity,
> >>>>>>> > > > opensocial.CreateActivityPriority.HIGH, callback
> >>>>>>> > > >         );
> >>>>>>> > > >  }
> >>>>>>> > > >  function callback(response)
> >>>>>>> > > >  {
> >>>>>>> > > >          console.log(response);
> >>>>>>> > > >  }
>
> >>>>>>> > > > i am getting error like
>
> >>>>>>> ----------------------------------------------------------------
> >>>>>>> > > > a is undefined
> >>>>>>> > > > t_li(undefined, true, undefined, undefined)common042.js (line
> >>>>>>> 216)
> >>>>>>> > > > t_mi("{"title":"Title","body":"Created
> >>>>>>> Flinkit","mediaItems":[]}")
> >>>>>>> > > > common042.js (line 215)
> >>>>>>> > > > S(Object s=create_activity [EMAIL PROTECTED] veernapu
> >>>>>>> c=0)rpc.js?c...
> >>>>>>> > > > 226604914 (line 155)
> >>>>>>> > > > b()()rpc.js?c...226604914 (line 121)
> >>>>>>> > > > [Break on this error] function t_li(a,b,c,d){t_e.gadgets.rpc
> >>>>>>> > > > [t...t_ai);t_Q("openGadgetReportFloat",t_ci);
>
> >>>>>>> -----------------------------------------------------------------
>
> >>>>>>> > > > any bidy help me very urgent
>
> >>>>>>> > --
> >>>>>>> > Sekhar
>
> >>>>> --
> >>>>> OpenSocial IRC - irc://irc.freenode.net/opensocial
>
> >>> --
> >>> OpenSocial IRC - irc://irc.freenode.net/opensocial
>
> >> --
> >> Sekhar
>
> > --
> > Sekhar
>
> --
> Sekhar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to