buscadordeturismo
unread,Dec 20, 2011, 9:14:40 PM12/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to panora...@googlegroups.com
Hi, I'm Esteban from Argentina, I'm using the PhotoListWidget ok, but I can only use the setPosition(0) method, all the rest give me troubles, they just return NULL, or Undefined, or a mistake...
Here is the code
var widget_1 = new panoramio.PhotoListWidget('wapiblock', myRequest_1, myOptions);
widget_1.setPosition(0);
var test = widget_1.getPosition();
alert(test);
I tried getAtEnd, getAtStart or getPhotos but I was given the same results...
What I want to do in the script is to know if the widget have some pictures or if its empty.
Thanks !