RSChartExample new example02ScatterPlot open.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

RSChartExample new example02ScatterPlot open.

Squeak - Dev mailing list
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,