I completely agree. I have spent the greater part of this weekend
with my team working on finishing a single Orkut application. It
seems, and feels like, we hit a road block every other hour. Many -
if not most - of these could have been mitigated had we had access to
accurate information on what works and what doesn't work. My team and
I are exhausted and frustrated.
On Feb 18, 3:59 am, Jelena Kolokotronis <[EMAIL PROTECTED]>
wrote:
> I think we really need some sort of up-to-date list of
> fully/partially/not implemented feature list on orkut... Issues tracker
> doesn't have everything (obviously) and it's really frustrating wasting
> hours on something that simply isn't complete or working as it should...
>
> Mark Otero wrote:
> > Hi Jerome,
>
> > Thank you for the reply. However, the solution that you provided does
> > not work. I checked "Firebug" and it appears that the function
> > gadgets.views.requestNavigateTo(...) is not fully implemented.
>
> > Here's the Javascript:
>
> > return {
> > 1751 requestNavigateTo : function(view, opt_params) {
> > 1752 // TODO: Actually implementing this is going to require
> > gadgets.rpc or
> > 1753 // ifpc or something.
> > 1754 var prefs = new gadgets.Prefs();
> > 1755 var ifpcRelay = gadgets.util.getUrlParameters().parent || '';
> > 1756 gadgets.ifpc_.call("remote_iframe_" + prefs.getModuleId(),
> > 1757 "requestNavigateTo",
> > 1758 ["remote_iframe_" + prefs.getModuleId(),
> > 1759 view.getName(),
> > 1760 opt_params],
> > 1761 ifpcRelay,
> > 1762 null,
> > 1763 '');
> > 1764 },
>
> > It appears that whoever was working on implementing this function
> > decided to stop after they realized that it required more work than
> > they initially bargained for.
>
> > Were you able to use the function call?
>
> > - Mark
>
> > On Feb 17, 5:01 pm, Jerome <[EMAIL PROTECTED]> wrote:
>
> >> Hi Mark,
>
> >> In 0.7, the gadget API allows to switch views. For instance, the
> >> following call would move to the canvas view:
> >> gadgets.views.requestNavigateTo(gadgets.views.ViewType.FULL_PAGE);
>
> >> You could create a A link with a onclick calling this API function.
>
> >> There is a more detailed example available
> >> here:http://code.google.com/p/opensocial-resources/wiki/NavigationBetweenV...
>
> >> Hope this helps.
>
> >> Jerome - LjmSite
>
> >> On Feb 17, 4:06 pm, Mark Otero <[EMAIL PROTECTED]> wrote:
>
> >>> Hi - is there a way to link to the canvas view on the profile view?
> >>> For example, "click here to go to canvas"? I know that users can
> >>> select "view more" but is there a way to link to the canvas view
> >>> page?
>
> >>> The opensocial.requestNavigateTo(...) function does not work and does
> >>> not appear to be a part of the 0.7 specification.
>
> >>> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" 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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---