[orkut-developer] Re: Problems to navigate from profile to canvas

2008-11-24 Thread Vijaya
Could you please send the URL of your app or include a complete code snippet of your request/response? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email t

[orkut-developer] Re: Problems to navigate from profile to canvas

2008-11-21 Thread Gigi
I have a similar problem, but I'm not getting it to work. This is my function: function gotoCanvas() { var supported_views = gadgets.views.getSupportedViews(); gadgets.views.requestNavigateTo(supported_views["canvas"]); } On my html: friends On my xml: ... Any hel

[orkut-developer] Re: Problems to navigate from profile to canvas

2008-10-17 Thread Ricardo
I don't konw why, but the first code is working now. Thanks for the attention. On 16 out, 15:22, Jason <[EMAIL PROTECTED]> wrote: > Your first snippet should work, and this is the preferred method for > switching views. Can you share your application's URL and point me to > where your requestNavi

[orkut-developer] Re: Problems to navigate from profile to canvas

2008-10-16 Thread Jason
Your first snippet should work, and this is the preferred method for switching views. Can you share your application's URL and point me to where your requestNavigateTo code gets triggered? - Jason On Oct 14, 7:24 pm, Ricardo <[EMAIL PROTECTED]> wrote: > I've tried this method: > var supported_vi