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&#39;t understand, this works...<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view&nbsp; clip=&quot;true&quot; width=&quot;540&quot; height=&quot;90&quot; id=&quot;contenido&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view id=&quot;listado&quot; layout=&quot;axis:x&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;image width=&quot;90&quot; height=&quot;90&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;datapath xpath=&quot;s:/items[1]/item/imgurl/text()&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/image&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br><br>But, If I add replication=&quot;lazy&quot; 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&#39;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&#39;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 &lt;<a href="mailto:henry.minsky@gmail.com">henry.minsky@gmail.com</a>&gt; 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&#39;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 &lt;<a href="mailto:fgermano@gmail.com">fgermano@gmail.com</a>&gt; wrote:<br>&gt; I need to work with some large dataset, an XML having links to images that I<br>
&gt; must show, basically a gallery like many around there, so I want to do some<br>&gt; paging and of course lazy replication, so, the basic code looks like this:<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;view clip=&quot;true&quot; width=&quot;540&quot; id=&quot;cont&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;view id=&quot;list&quot;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;simplelayout axis=&quot;x&quot;/&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;image&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;datapath xpath=&quot;s:/items[1]/item/img_url/text()&quot;<br>
&gt; replication=&quot;lazy&quot;/&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/image&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/view&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/view&gt;<br>&gt;<br>&gt; But when I try this I get the following error:<br>
&gt;<br>&gt; INFO: __LZprocessOperator: p is null in Datapath for image<br>&gt;<br>&gt;<br>&gt; What am I missing?<br>&gt;<br>&gt; Thank you!!<br>&gt;<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>