[orkut-developer] Re: os-template issue (Is it down?)

2009-06-17 Thread Sanjay Patel
> > Orkut team doesn't support using client side templates [I think I have > spoken to you once before about it]. > > It might work because Shindig has it, but we little experience with it. > We haven't experimented with it as in writing our own apps etc. > I use process-on-server=true. The exampl

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-16 Thread Apurv Gupta
Sanjay, Orkut team doesn't support using client side templates [I think I have spoken to you once before about it]. It might work because Shindig has it, but we little experience with it. We haven't experimented with it as in writing our own apps etc. Thanks, -apurv On Tue, Jun 16, 2009 at 5:35

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-16 Thread Jose Peleteiro
Container-side = Templates rendered on Orkut servers, not at the client-browser using Javascript. On Tue, Jun 16, 2009 at 3:38 AM, Sanjay Patel wrote: >> I gave up on using os-templates for client-side templating. I'm using >> os-templates as much as I can on "container-side" and EJS for >> clien

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Sanjay Patel
> > I gave up on using os-templates for client-side templating. I'm using > os-templates as much as I can on "container-side" and EJS for > client-side templating. > Thanks for referring EJS - seems quite useful alternative. I could not understand what is "container-side" os-templates. Quite curi

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Jose Peleteiro
I gave up on using os-templates for client-side templating. I'm using os-templates as much as I can on "container-side" and EJS for client-side templating. On Mon, Jun 15, 2009 at 11:02 AM, Sanjay Patel wrote: > >> I got sucess using "require" >> >> >> >> When redering by javascript, remeber

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Sanjay Patel
> I got sucess using "require" > > > When redering by javascript, remeber to set to do_not_auto_render any > value. > Great! Thanks a lot, Jose. It works. But is this not a hack? Have expressed my concerns here -> http://groups.google.com/group/opensocial-orkut/browse_thread/thread/9519a32

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Sanjay Patel
> > Can you try putting this is gadget spec and see if it does what you expect. >> >>true >> >> > > As mentioned earlier, we had already tried that. Also tried that today > again. But the application is hanging. Does it work for others? > Found the reason why it hangs. os.getTemplate(...) is

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Jose Peleteiro
I got sucess using "require" When redering by javascript, remeber to set to do_not_auto_render any value. Thanks, Jose Peleteiro On Sun, Jun 14, 2009 at 2:17 AM, Sachin Shenoy wrote: > Sorry for the delay in responding. > Can you try putting this is gadget spec and see if it does what you

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Ashok.s New Delhi
Hi I have a Problem. When (owner == viewer) & (owner != viewer) In both cases " NavigateToApp " Link goes to owner canvas page. When (owner != viewer) the link should goes to viewer canvas page. But currently the link goes to owner canvas page. It is a Bug. How to redire

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Ashok.s New Delhi
Hi I have a Problem. When (owner == viewer) & (owner != viewer) In both cases " NavigateToApp " Link goes to owner canvas page. When (owner != viewer) the link should goes to viewer canvas page. But currently the link goes to owner canvas page. It is a Bug. How to redire

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-15 Thread Sanjay Patel
Hi Sachin, Jose, Can you try putting this is gadget spec and see if it does what you expect. > >true > > As mentioned earlier, we had already tried that. Also tried that today again. But the application is hanging. Does it work for others? This has become a real show stopper for us. Our li

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-13 Thread Sachin Shenoy
Sorry for the delay in responding. Can you try putting this is gadget spec and see if it does what you expect. true Regards, Sachin On Sun, Jun 14, 2009 at 5:40 AM, Jose Peleteiro wrote: > > Same here. What did you do? > > On Fri, Jun 12, 2009 at 4:41 AM, Sanjay wrote: > > > >> > We had rel

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-13 Thread Jose Peleteiro
Same here. What did you do? On Fri, Jun 12, 2009 at 4:41 AM, Sanjay wrote: > >> > We had released an application a few days back and it was working >> > fine. But from yesterday we see that all the templates used are being >> > rendered at one go. That is, while opening the canvas view, a long >>

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-12 Thread Sanjay
> > We had released an application a few days back and it was working > > fine. But from yesterday we see that all the templates used are being > > rendered at one go. That is, while opening the canvas view, a long > > page is seen containing the UI of all the screens that we have. > > > We have n

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-11 Thread Sanjay
> We had released an application a few days back and it was working > fine. But from yesterday we see that all the templates used are being > rendered at one go. That is, while opening the canvas view, a long > page is seen containing the UI of all the screens that we have. > > We have not changed