I've tried this method:
var supported_views = gadgets.views.getSupportedViews();
gadgets.views.requestNavigateTo(supported_views["canvas"]);

and this:
var canvas_view = new gadgets.views.View("canvas");
gadgets.views.requestNavigateTo(canvas_view);
 but it didn't work.
So, I've tried this:
gadgets.views.requestNavigateTo(gadgets.views.ViewType.FULL_PAGE);
and this worked for Firefox but not IE.

Finally I ask, what is the right method to go from the profile to
canvas view?

I'm using the 0.7 version, and I've put the <Require feature="views"/>
in the xml.
Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to