Ok, adding a width and a height to the image solved the problem of images not being displayed, but there are still a couple of things that I quite don't understand, this works...<br><br> <view clip="true" width="540" height="90" id="contenido"><br>
<view id="listado" layout="axis:x"><br> <image width="90" height="90"><br> <datapath xpath="s:/items[1]/item/imgurl/text()" /><br>
</image> <br> </view><br> </view><br><br>But, If I add replication="lazy" to the datapath definition things no longer works, two things happens:<br>
<br>* If I keep the image then I only see one (I believe I'm seeing something similar to the width and height issue).<br>* If I use a text then I see a list of the items but they don't seem to respect any layout option, the just appear one below the other.<br>
<br><br>Thank you!<br><br><div class="gmail_quote">On Jan 30, 2008 12:30 AM, Henry Minsky <<a href="mailto:henry.minsky@gmail.com">henry.minsky@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don't know what the warning is trying to indicate.<br><br>Is the data appearing? You may need to set the height explicitly, I<br>think there may be a bug in the replication manager updating<br>the view height automatically, so your images might be clipped.<br>
<div><div></div><div class="Wj3C7c"><br><br><br>On Jan 29, 2008 9:59 PM, Fernando Germano <<a href="mailto:fgermano@gmail.com">fgermano@gmail.com</a>> wrote:<br>> I need to work with some large dataset, an XML having links to images that I<br>
> must show, basically a gallery like many around there, so I want to do some<br>> paging and of course lazy replication, so, the basic code looks like this:<br>><br>> <view clip="true" width="540" id="cont"><br>
> <view id="list"><br>> <simplelayout axis="x"/><br>> <image><br>> <datapath xpath="s:/items[1]/item/img_url/text()"<br>
> replication="lazy"/><br>> </image><br>> </view><br>> </view><br>><br>> But when I try this I get the following error:<br>
><br>> INFO: __LZprocessOperator: p is null in Datapath for image<br>><br>><br>> What am I missing?<br>><br>> Thank you!!<br>><br><br><br><br></div></div><font color="#888888">--<br>Henry Minsky<br>
Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br></font></blockquote></div><br>