[Pharo-users] Re: Access to old image / source

2021-11-08 Thread David T. Lewis
On Mon, Nov 08, 2021 at 07:31:12PM +1100, Jupiter Jones wrote: > I have an old image I???d like to recover some code from. > > When I try to launch in Pharo 2 (from memory it was written in Pharo 2) I get > this error: > > This interpreter (vers. 6505) cannot read image file (vers. 6502). > > I

[Pharo-users] Re: GTPlayground or STPlayground

2021-11-08 Thread Esteban Lorenzano
Hello, Sorry I somehow missed the exchange until now. GTPlayground will be removed and I do not recommend doing any development on top of it. StPlayground is the replacement and is very simple to use and extent. However, to do what you want I didn't think in an "default" way of doing it, and you

[Pharo-users] Re: GTPlayground or STPlayground

2021-11-08 Thread mspgate
Thanks for your reply Guillermo! I think that the GTPlayground is already a good “minimal” solution for me. But I would like to make it appear without all the button icons on the upper right side Also, I will start reading the Spec2 book tonight. :0 peace. d

[Pharo-users] Re: Access to old image / source

2021-11-08 Thread Tim Mackinnon
It’s better if you can launch your image - but your .changes file should also have all your code (albeit, it’s a bit of a hunt it down affair to re-assemble it) Tim > On 8 Nov 2021, at 11:50, Jupiter Jones wrote: > > Thanks Guillermo - that’s what that import button is for :) > > I gave it

[Pharo-users] Re: GTPlayground or STPlayground

2021-11-08 Thread Guillermo Polito
Hi d, > El 5 nov 2021, a las 9:29, mspg...@gmail.com escribió: > > hello everybody! > > What are the difference between the GTPlayground(that I think is deprecated) > and the STPlayground? > StPlayground is a re-implementation of GTPlayground based on a different UI framework (Spec2). > for

[Pharo-users] Re: Access to old image / source

2021-11-08 Thread Guillermo Polito
Hi Jupiter, The simplest I could propose, for any user, is to try to import it in the Pharo launcher. The Pharo launcher leverages the version number and solves all this for you: It extracts the image version from the image file and based on that information it will download and launch the imag

[Pharo-users] Access to old image / source

2021-11-08 Thread Jupiter Jones
I have an old image I’d like to recover some code from. When I try to launch in Pharo 2 (from memory it was written in Pharo 2) I get this error: This interpreter (vers. 6505) cannot read image file (vers. 6502). It looks close :) How do I go about finding a VM that will open that image? Than