<br><br><div class="gmail_quote">On Sun, Jun 7, 2009 at 3:29 PM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt;&gt; &gt; 1) This image doesn&#39;t have the MC package XMLSupport (XML-Parser<br>
&gt;&gt; &gt; package).<br>
&gt;&gt; &gt; So, if you try to use Import/Export Pier widget, you will have a &quot;key<br>
&gt;&gt; &gt; not<br>
&gt;&gt; &gt; found&quot; in DataStream&gt;&gt;readInstance  when it tries to do:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; newClass := Smalltalk at: aSymbol #XMLDocument asSymbol.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; After installing that package, it worked.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I think this sohuld be added to the standard image or something.<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t think this is a bug in the image. The Import/Export widget<br>
&gt;&gt; does not depend on XMLDocument.<br>
&gt;<br>
&gt; Why do you say Import/Export widget doesn&#39;t depend on XMLDocument? I am<br>
&gt; sorry. I don&#39;t understand. In my case, when debugging I noticed that I need<br>
&gt; it, not my app model, but the exporter itself.<br>
<br>
</div>You say that the problem appears in DataStream&gt;&gt;#readInstance, this<br>
method is called when you import a Pier model. The method tries to<br>
instantiate a class that is referenced from your exported Pier model,<br>
but that is missing in the image you import to. Before you import you<br>
have to make sure that all the plugins you used in your export are<br>
properly loaded.</blockquote><div><br>Ok but then I must know that Import/Export widget depends on an external package like XMLParser?  I didn&#39;t know that till I debugg it.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<div class="im"><br>
&gt;&gt; &gt; 2) In my case, SULibrary was making my app not to render properly. I<br>
&gt;&gt; &gt; removed<br>
&gt;&gt; &gt; it and then it works perfect.<br>
&gt;&gt;<br>
&gt;&gt; This is strange, because SULibrary works for other applications and<br>
&gt;&gt; the default Pier installation. Furhtermore I don&#39;t see how SULibrary<br>
&gt;&gt; is related to rendering?<br>
&gt;<br>
&gt; I think this is related with css styles and the order in which the library<br>
&gt; are added.<br>
<br>
</div>SULibrary does not contain any styles, just Javascript code. Maybe it<br>
is conflicting with some other Javascript code you are using?</blockquote><div><br>wierd. I will try to look more in details and let you know if I have more information. <br><br>Thanks!<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<div><div></div><div class="h5"><br>
Lukas<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>