[squeak-dev] RSChartExample new example02ScatterPlot open.

gettimothy gettimothy at zoho.com
Sat Oct 24 11:20:45 UTC 2020


Hi folks,



I am going to go through the RSChartExample and see if I can get all the examples to work.



To get 

 RSChartExample new example02ScatterPlot open.


to work, I had to implement the pharo method #numberOfMethods.



In Pharo, the method is in ClassDescription, so in Squeak, under method category *Roassal3-Squeak I implemented it as:



ClassDescription >>numberOfMethods 

^self  localSelectors size.



and the example opens.



Please advise if you see a better way.



cordially,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201024/68de3b9f/attachment.html>


More information about the Squeak-dev mailing list