[orkut-developer] Re: Navigating from profile to canvas view

2008-05-30 Thread Jason
Your navigateToCanvas function is returning the function object but not executing it. Replace it with the snippet below and it should navigate appropriately. function navigateToCanvas() { alert('You have clicked'); gadgets.views.requestNavigateTo(new gadgets.views.View('canvas')); } - Jason

[orkut-developer] Re: Navigating from profile to canvas view

2008-05-29 Thread sb
To be precise the error it shows me is as below when navigating from profile to canvas view. app_id is null or not an object Code:0 URL:http://sandbox.orkut.com/Profile.aspx?uid=xxx Is this a know issue which has some kind of workaround ? --~--~-~--~~~