Hi,

can u change <h5 if="${viewer !=null && owner.id ==
viewer.id}">Message Viewer is Owner (A)</h5>
for: <h5 if="${owner.isViewer}">Message Viewer is> Owner (A)</h5>

correct?

On 1 abr, 18:12, Badaro <[email protected]> wrote:
> Didn't work either:
>
> <h5 if="${viewer !=null && owner.id == viewer.id}">Message Viewer is
> Owner (A)</h5>
> <h5 if="${viewer !=null && owner.id != viewer.id}">Message Viewer has
> App (A)</h5>
> <h5 if="${viewer == null}">Message Viewer does not have App (A)</h5>
> <h5 if="${typeof(viewer) == 'undefined'}">Message Viewer does not have
> App (B)</h5>
>
> Still open for suggestions. :)
>
> On Apr 1, 2:56 pm, eduardorochabr <[email protected]> wrote:
>
> > Hi Badaro, maybe the variable "viewer" isn't defined at all, can you
> > please test the following?
>
> > <h5 if="${typeof(viewer) == 'undefined'}">Message Viewer does not have
> > App</h5>
>
> > On 1 abr, 11:38, Badaro <[email protected]> wrote:
>
> > > Vijaya,
>
> > > 1) Sadly, eduardorochabr's idea doesn't work, I just tested:
>
> > > <h5 if="${viewer !=null && owner.id == viewer.id}">Message Viewer is
> > > Owner</h5>
> > > <h5 if="${viewer !=null && owner.id != viewer.id}">Message Viewer has
> > > App</h5>
> > > <h5 if="${viewer == null}">Message Viewer does not have App</h5>
>
> > > First two cases work, third doesn't - that message never appears.
>
> > > 2) Issue created for <os:Html> not 
> > > working.http://code.google.com/p/opensocial-resources/issues/detail?id=724
>
> > > 3) If you're not supporting adjustHeight for now, is there any to to
> > > specify a fixed height for the app in the XML? That would be enough
> > > for the profile.
>
> > > On Apr 1, 5:45 am, Vijaya <[email protected]> wrote:
>
> > > > I think eduardorochabr has answered question #1.
> > > > As for the others, we are in the process of implementing
> > > > <os:NavigateToView> and it should be available in a couple of weeks.
> > > > We do not have support for adjustHeight but will keep you informed
> > > > when we have a solution for that. I've also confirmed that <os:Html>
> > > > is not working, so could you please enter an issue in the the issue
> > > > tracker
> > > > (http://code.google.com/p/opensocial-resources/wiki/IssuesTab?tm=3)
> > > >  about it and we can look into it?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to