Thanks Phillipe, the problem was some #urlOf: implementors were overidden with a hardcoded path.<br><br>Bill<br><br><div><span class="gmail_quote">2008/1/15, Philippe Marschall &lt;<a href="mailto:philippe.marschall@gmail.com">
philippe.marschall@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2008/1/15, William Hubbard &lt;<a href="mailto:billhubard@gmail.com">
billhubard@gmail.com</a>&gt;:<br>&gt; Hello list. My application is unable to load the css defined into a custom<br>&gt; library class (I&#39;m updating from 2.7 to 2.8). This is what I did: Subclassed<br>&gt; WAFileLibrary with WASCAppFileLibrary, setting the #registerAsApplication
<br>&gt; properly and then wrote<br>&gt;<br>&gt; updateRoot: anHtmlRoot<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; super updateRoot: anHtmlRoot.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Notifier isDevelopment&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;assume<br>&gt; this is true always&quot;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifTrue: [ anHtmlRoot stylesheet url: self class / #localCss ]<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifFalse: [ anHtmlRoot stylesheet<br>&gt; url:&#39;<a href="http://www.scexapp.com/styles/myStyle.css">http://www.scexapp.com/styles/myStyle.css
</a> &#39; asURI ]<br><br>Is there a reason for #asURI? This is Cincom specific, we do not<br>support that. In general I would put such logic in your root component<br>class and not your file library class.<br><br>&gt; localCss
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Returns a CSS stylesheet associated with this component.&quot;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self halt.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ^ &#39; .... &#39;<br>&gt;<br>&gt; The page loads ok, but not the CSS. The halt is never reached, there&#39;s no
<br>&gt; dnu nor firebug tell me nothing at all. I saved the output and compared with<br>&gt; the old version (SS 2.7) which works fine since it sets css scripts with<br>&gt; #addHeadElement: but that api is unsupported now in SS 
2.8.<br>&gt; So I&#39;m stuck here, I&#39;m forgetting something? how can I debug this? where<br>&gt; would be called effectively the localCss method?<br><br>If you go to<br><br><a href="http://127.0.0.1:8080/seaisde/files/MyFileLibrary/local.css">
http://127.0.0.1:8080/seaisde/files/MyFileLibrary/local.css</a><br><br>You might have to adjust that, eg. change port or add /go depending on<br>your setup.<br><br>Cheers<br>Philippe<br><br>&gt; I&#39;m using VW 7.5.<br>&gt;
<br>&gt;&nbsp;&nbsp;thanks<br>&gt;<br>&gt; Bill<br>&gt;<br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org
</a><br>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>&gt;<br>&gt;<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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
</a><br></blockquote></div><br>