[orkut-developer] Re: adjustHeight bug on production

2009-04-24 Thread suresh govindhan
On 4/21/09, eduardorochabr eduardoroch...@gmail.com wrote: Every single browser indeed :) On Mac: FF3, Safari 3.1 On Windows: IE7, Chrome, FF3 Test case: 1) Click To 400px: OK 2) Click To 700px: OK 3) Click To 400px: DOESN'T WORK. Notice that you must test it in prod.sandbox. On 21

[orkut-developer] Reg:How to fetch and access xml data?

2009-04-24 Thread arun
hi Orkut Team, I have started using templates for profile view, i can get friends data, opensocial id etc and am trying to fetch data from xml file and iterate them using repeat attribute.This doesnt worked. could u pls tell or write how to access the data from xml file using templates.

[orkut-developer] Re: Define app category

2009-04-24 Thread Roberta Leão
eu preciso que excluam meu perfil! Pois o mesmo foi hakeado! From: brunoaal...@gmail.com Date: Wed, 22 Apr 2009 18:16:08 -0300 Subject: [orkut-developer] Define app category To: opensocial-orkut@googlegroups.com Hi, I have an app that it is not showing in any category. When I submited it (a

[orkut-developer] Re: JSNI in GWT

2009-04-24 Thread sumeet pareek
@Michael Thanks for the info on GWT.. did u find a solution to your problem? On Tue, Apr 21, 2009 at 11:15 PM, Michael R. Feitosa mkaelzi...@gmail.comwrote: it isn't what i'm looking for, but i think it will help me. thanks. Michael Robson Feitosa 2009/4/21 Aakash Bapna aak...@live.com

[orkut-developer] Accessing data from xml form

2009-04-24 Thread arun
hi, I am trying to access xml data, using os:HttpRequest tag values get stored in key but how to iterate elements and display them in profile view? Using the 'repeat' attribute items get iterated and context count shown as 1 instead of count value which is greater than 1. When the data made to

[orkut-developer] Accessing data from xml form

2009-04-24 Thread arun
hi, I am trying to access xml data, using os:HttpRequest tag values get stored in key but how to iterate elements and display them in profile view? Using the 'repeat' attribute items get iterated and context count shown as 1 instead of count value which is greater than 1. When the data made to

[orkut-developer] Re: Template for Profile View in Production?

2009-04-24 Thread Jairo Vasquez
Hi, In my app i was showing the friends images in this way: td class=friend style=background: #99 url(${thumbnailUrl}) no- repeat center center; title=${displayName} onclick=top.location.href='http://www.orkut.com${Cur.profileUrl}';/ td The problem is that in the profile view onclick is

[orkut-developer] Re: OS Templates - switching views

2009-04-24 Thread Jairo Vasquez
Is there a way to change to a canvas friend and not to mine?? I tried this os:xNavigateToApp person=${Cur}.. but it didnt work Thanks in advance On 21 abr, 06:56, suresh govindhan sureshec...@gmail.com wrote: On 4/20/09, ashok ashok2wo...@gmail.com wrote: Is any other way to switch from

[orkut-developer] App approved (2 times? o0)...

2009-04-24 Thread Po01
Dunno what is happening to my app. It was approved 2 times (recieved 2 e-mails, the same app...). The first app approvement 3 days ago, the second, 2 days ago. But it doesnt appear on the directory... Should I wait? --~--~-~--~~~---~--~~ You received this message

[orkut-developer] App approved but not in directory...

2009-04-24 Thread Po01
Hi, My app was approved like.. 2 or 3 days ago and it isnt on directory. App URL: http://s2chat.com/apps/s2.xml --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group,

[orkut-developer] Re: There was a problem submitting your application.

2009-04-24 Thread Khai
I am having the same issue. It said: The verification token was not found in any Content tag in the specified gadget. Start Over. Here is how I include the token in my gadget: Content type=html view=home,profile,canvas !-- ALm6fM2kVxSCoVzG8UJSEzR0v0cixG5bbN5tSsdNZbBgzSiYQ-

[orkut-developer] Re: OS Template HttpRequest / PHP

2009-04-24 Thread jdjaramillo
I'm not sure what your error is, but I can show you my working code... script type=text/os-data xmlns:os=http://ns.opensocial.org/2008/ markup os:HttpRequest key=sbets href=http://soccerbets.mentez.com/ soccerbets/placar/index.php?vista=GetUserouid=${owner.id} / /script For example, I

[orkut-developer] Templates in Profile view

2009-04-24 Thread jdjaramillo
Hello there, I have a couple of questions regarding the templates in Profile view. 1. I know there's no AdjustHeight function with templates, but is there a way to statically set the height to 500px? If not, we will loose a lot of space and will only be able to show a small part without showing

[orkut-developer] Re: There was a problem submitting your application.

2009-04-24 Thread jayesh sharma
The token needs to be inside CDATA section. Jayesh On Thu, Apr 23, 2009 at 11:31 PM, Khai khaitd...@gmail.com wrote: I am having the same issue. It said: The verification token was not found in any Content tag in the specified gadget. Start Over. Here is how I include the token in my

[orkut-developer] post embed

2009-04-24 Thread yuga
i want to post embed or image to scrap by my php application using username password of orkut account please reply --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group,

[orkut-developer] Re: Orkut templates - cant get orkut user id in profile view

2009-04-24 Thread Dhaval Pancholi
script type=text/os-data xmlns:os=http://ns.opensocial.org/2008/ markup os:OwnerRequest key=owner fields=name,gender,id,profileUrl/ /script script type=text/os-template xmlns:os=http://ns.opensocial.org/ 2008/markup br / span class=${owner.gender}bOwner name is $

[orkut-developer] Re: Sample app using OpenSocial Templates

2009-04-24 Thread Dhaval Pancholi
Actually we had made our application earlier it is a popular application with many users. We want to add our application to profile. The reason we need the earlier user id is that our db has stored all users profile url userid's So someone plz help us to get profile url user id's

[orkut-developer] Re: Applciation not seen in profile

2009-04-24 Thread Nikhil Gupte
I'm trying to get my App to display in the Profile View on the orkut sandbox. I'm using 0.8 and not templates. I've tried using Content type=html and event Content type=html and even Content type=html view=profile,canvas. It works fine in the canvas. Is there anything more I'm supposed to do in

[orkut-developer] Re: Applciation not seen in profile

2009-04-24 Thread Apurv Gupta
use templates On Fri, Apr 24, 2009 at 4:50 PM, Nikhil Gupte nikhilgu...@gmail.com wrote: I'm trying to get my App to display in the Profile View on the orkut sandbox. I'm using 0.8 and not templates. I've tried using Content type=html and event Content type=html and even Content type=html

[orkut-developer] Application published with using open social template 0.9 in profile page.

2009-04-24 Thread Oxylabs
our application is published with using open social template 0.9 in profile page. It is updated with the new version. But i can't see the Profile page of the updated version how much time it takes to visible in the profile page pls let me know ?

[orkut-developer] application approval in profile page

2009-04-24 Thread Oxylabs
Application name:Buddylist Buddylist application is removed from profile page. Recently we are changed to open social template 0.9. we are published it. so we are awaiting for visible it on profile page. pls approve it as soon as possible thanks in advance...

[orkut-developer] Adjust Height in profile page

2009-04-24 Thread ashok
Is Adjust Height is working in profile page? Pls let me know if it working fine in open template 0.9 . thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this

[orkut-developer] Re: OwnerRequest with profileUrl

2009-04-24 Thread Nagib
Hi, There any news related to the OwnerRequest return profileUrl correctly on orkut ? Thanks. On Apr 14, 5:32 pm, Vince vincec...@gmail.com wrote: I'm just going to take a stab at this until one of the moderators chimes in, but from what I've been hearing, templates won't be fully

[orkut-developer] Re: Ongoing improvements to app directory listing

2009-04-24 Thread eduardorochabr
About the new box how does this app compare: It seems that applications showing in profile view gets the value usage/wk updated regardless if the app is showed in canvas view. Is that correct? If yes, this value should be updated only if the someone goes to the canvas view, shouldn't it?

[orkut-developer] Re: JSNI in GWT

2009-04-24 Thread Michael R. Feitosa
i didn't get like i wanted. i'm using a solution with Java Cliente Library Michael Robson Feitosa 2009/4/21 sumeet pareek positivecha...@gmail.com @Michael Thanks for the info on GWT.. did u find a solution to your problem? On Tue, Apr 21, 2009 at 11:15 PM, Michael R. Feitosa