<div dir="ltr">Hello,<div><br></div><div>I&#39;ve been using Flotr charts (<a href="http://www.squeaksource.com/flotr">http://www.squeaksource.com/flotr</a>) in Seaside for a personal project in web data mining. I tried to port my project to Pharo 2.0, gotten my image from the jenkins (tx for the jenkins, it was very helpful to obtain the image).</div>
<div><br></div><div>Now, when loading the package into Pharo 2.0 image, I got DNU:</div><div>FRChartExamples class(Object)&gt;&gt;doesNotUnderstand: #registerAsApplication:</div><div><br></div><div>I still works in my pharo 1.3 image.</div>
<div><br></div><div>My questions:</div><div><br></div><div>- Is Squeaksource repo the default for Flotr or am I using an old repo: <a href="http://www.squeaksource.com/flotr">http://www.squeaksource.com/flotr</a>??</div><div>
<br></div><div>- Is there any other chart library in Seaside that is more &quot;active&quot;?</div><div><br></div><div>I found that the DNU problem can be solved by replacing</div><div>#registerAsApplication: ===&gt;<br></div>
<div><div>WAAdmin register: self asApplicationAt: component-web-path...</div><div><br></div><div>So I&#39;ll change it but I do not want to commit to SS because it is preparing to disappear, so I might create a fork at SThub.</div>
<div><br></div><div>regards,</div><div><br></div><div>Usman Bhatti </div></div><div><br></div></div>