Re: [Pharo-users] Difference between VM and image

2020-08-17 Thread Pierce Ng
On Mon, Aug 17, 2020 at 11:45:46AM +0200, rob...@robkuz.com wrote: > I am trying to find out what the difference between an VM and an Image is > when using Pharo. An image is like a computer game that can save its state to disk. The VM is for running the game. With a fresh image, you start the

Re: [Pharo-users] Move image

2020-08-17 Thread tbrunz
Hi Robert, The "#selectedLaunchConfiguration was sent to nil" sounds like an error in Pharo Launcher version 2.0 that several people have seen. It's corrected by updating Pharo Launcher to version 2.2. You can get it at https://pharo.org/ ; it's not necessary to uninstall 2.0 first, just

Re: [Pharo-users] Difference between VM and image

2020-08-17 Thread Stéphane Ducasse
Hello robert this is explained in Pharo by Example that you can find at http://books.pharo.org Image = snapshot of Pharo memory (contains object including class, method, stack…) VM = execution engine of image S. > On 17 Aug 2020, at 11:45, rob...@robkuz.com wrote:

Re: [Pharo-users] Move image

2020-08-17 Thread robert
OK, "solved" then next step. When I have started a Image (from a VM) I can save that Image via "Pharo|Sace As" anywhere I want. Then I quit the image. Afterwards I switch back to the Launcher to "Launch Image From Filesystem". However I am greeted with the following error message

[Pharo-users] Difference between VM and image

2020-08-17 Thread robert
Hi, I am trying to find out what the difference between an VM and an Image is when using Pharo. Can anybody give some hints (links to docs?) Thx Ciao robertj

Re: [Pharo-users] Move image

2020-08-17 Thread robert
Hi, I found the settings on how to change the file system folder. Kind of. In the settings browser|Pharo Launcher I can change the location. However now ALL of my images are put into that specific folder. However I want to push ONE specific image into ONE specific folder. How do I do

Re: [Pharo-users] GTK3 / PDF Viewer

2020-08-17 Thread teso...@gmail.com
Hello, Robert I have checked previously and seems that there is not a component to present PDF in Gtk basic library. Gtk components are intended to be building blocks to other more complex UI. For doing what you are intending maybe it is required to build a more complex window using Gtk