[orkut-developer] Re: Test for null

2009-04-12 Thread Vince
So - if the viewer doesn't have the application installed, viewer.isOwner() and owner.isViewer() do not work. I need someway to test if the person using the app is the owner or viewer, and the script work whether or not the viewer has the app installed. Opensocial has some real problems if you

[orkut-developer] Re: Test for null

2009-04-12 Thread Apurv Gupta
Try ${Top.viewer == null}ref: http://wiki.opensocial-templates.org/index.php?title=OpenSocial_Templating#Top Cur is valid only within a repeat. On Sun, Apr 12, 2009 at 1:01 PM, Vince vincec...@gmail.com wrote: So - if the viewer doesn't have the application installed, viewer.isOwner() and

[orkut-developer] Newapp without templates

2009-04-12 Thread AJ
Hi, Is Orkut not accepting any new apps that do not make use of templates. - AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

[orkut-developer] Changing xml gadget url

2009-04-12 Thread Ramprasad Rajendran
Hi, How to change the xml gadget url for the app. We are planning to move to a new server. ram http://ramprasad.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To

[orkut-developer] App Icon/app image

2009-04-12 Thread AJ
Hi, How do I create an icon for my app. This is the image whic is shown when a user adds the application. thanx AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group,

[orkut-developer] Re: Test for null

2009-04-12 Thread Vince
Still no luck. Here is my code: div if=${Cur.viewer != null}yes/div div if=${Cur.viewer == null}yes2/div div if=${Top.viewer != null}yes3/div div if=${Top.viewer == null}yes4/div When I viewed the app as a visitor (without app installed), it output yes2 and yes4. So far so good, right? But when

[orkut-developer] Help me out!

2009-04-12 Thread johnson.psgtech
Hi, I have developed a small opensocial application for Orkut. Basically it is a competition kind of app in which some toppers will be there every day or week. I would like to send some gifts or some coupons to those selected people. In future, i would like to get sponsors for the same. Can I

[orkut-developer] Help me out!

2009-04-12 Thread Johnson
Hi Orkut Team, I have some couple of doubts... 1) I have developed a small app which is a kind of competition through which I will rank people on day or weekly basis. And I would like to send some gifts or coupons to their address as a part of the competition. Does it violate any Orkut

[orkut-developer] Re: Help me out!

2009-04-12 Thread Johnson
Add to the above, 3) My recently added application has profile view written in Templates so it is not being displayed in the profile view of any user :( Should i change the templates back to the older javascript stuffs? Will it work if i do the same? Or when will Orkut show