[Pharo-users] Re: One more problem

2021-05-27 Thread Esteban Lorenzano
hi, yes, this is an issue reported (I will take it these days). you can safely ignore it for now (I know, is annoying, but it shouldn't have consequences) Esteban On May 27 2021, at 7:18 pm, David Pennington wrote: > I have been using 9.0 for a few hours and now I get an error on startup as >

[Pharo-users] Re: STON reader problem

2021-05-27 Thread Sven Van Caekenberghe
David, You have to load a newer version of STON. You are trying to read a ScaledDecimal, support for this was added around Oct 2018. https://github.com/svenvc/ston/commit/9c83e3cc2f00cab83e57f2e10a139d6ecef3cb30 See https://github.com/svenvc/ston for load/dependency instructions. Sven > On 27

[Pharo-users] 9.0 My VM is too old

2021-05-27 Thread David Pennington
I am getting the VM too old error on startup with my V 9.0 image. Can I fix this? David

[Pharo-users] STON reader problem

2021-05-27 Thread David Pennington
OK, so I have installed Pharo 9.0 with the M1 VM and everything is nice and quick. I am porting my code across and I have a problem that involves STON Reader. I use this to convert my objects for storage in my text based database. I can’t run my code because STON Reader fails when reading in on

[Pharo-users] Re: How to get dimensions (extent) of a SpPresenter

2021-05-27 Thread kmo
Many thanks Estaban -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: How to get dimensions (extent) of a SpPresenter

2021-05-27 Thread Esteban Lorenzano
Hi, So, I was able to reproduce your problem : for some reason, cairo does not answer a correct surface extent while in x11 (I didn't noticed before because I use wayland). I can hack a solution (and I will), but have fear that will cause future problems :/ Anyway, I will commit a fix and you w