help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: Restarting a saved image with the browser loaded


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: Restarting a saved image with the browser loaded
Date: Wed, 14 Oct 2009 11:32:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

With your patch and this init.st, I have managed to get the browser to reload 
with the image:

(Smalltalk includesKey: #VisualGST) ifTrue: [
     VisualGST.VisualGST open.
     GTK.Gtk main.
]

Good. So the second time you're running "gst -I eli.im" or still "gst-browser -I eli.im"?

Your init.st is doing the same thing that using gst-browser would do.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]