<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks,<br></div><div><br></div><div>I am going to go through the RSChartExample and see if I can get all the examples to work.<br></div><div><br></div><div>To get <br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div> RSChartExample new example02ScatterPlot open.<br></div></blockquote><div>to work, I had to implement the pharo method #numberOfMethods.<br></div><div><br></div><div>In Pharo, the method is in ClassDescription, so in Squeak, under method category *Roassal3-Squeak I implemented it as:<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>ClassDescription >>numberOfMethods <br></div><div>^self  localSelectors size.<br></div></div></blockquote><div>and the example opens.<br></div><div><br></div><div>Please advise if you see a better way.<br></div><div><br></div><div>cordially,<br></div><div><br></div><div><br></div></div><br></body></html>