Folks:
I put http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7069.zip, the 3.11 unofficial . I decide to start from 3.9 and do all again only with .cs The Packages that have been removed are: Removed in 3.10 * Flash * StarSqueak * SmaCC * Speech * Movies * FixUnderscores * OB * OmniBrowser More removed Packages * Tests * SMLoader * SMBase * Sunit * SUnitGUI * ScriptLoader * Universes * Installer * XML-Parser * MorphicExtras-Demo * Morphic-CandidatesForGo * Nebraska * EToys I need take risk for going closer to MinimalMorphic, this image still have Flaps and could load and save again his Projects and Morphs. In fact, we are facing a trouble in 3.10 recently Jerome fix regarding to saved SystemWindows change his font. I happy to announce the original History morphs from 3.10 could load without any troubles. You should know is very alpha, I also use the Matthew and Keith unloadTraits with few modifications I need for all works. The things all do with Installer I do with CodeLoader, in the Squeak image from 1999. The only method I need change slightly was installSourceFiles "Install the previously loaded source files" sourceFiles == nil ifTrue:[^self]. (sourceFiles endsWith: '.mcz') ifTrue:[sourceFiles do:[:req| MczInstaller installStream: req contentStream. ^self]]. sourceFiles do:[:req| self installSourceFile: req contentStream]. sourceFiles _ nil. You could load updates hitting the load updates button from Squeak flag. This updates was .cs versions of 3.10 updates until I reach the highest 3.10 applicable I wish all kind of feedback , read you in #squeak of IRC. Edgar |
On Tue, 10 Jun 2008 08:44:51 -0300, Edgar J. De Cleene wrote:
> > You could load updates hitting the load updates button from Squeak flag. > This updates was .cs versions of 3.10 updates until I reach the highest > 3.10 applicable > > I wish all kind of feedback , read you in #squeak of IRC. > > Edgar Hi Edgar, I installed SqueakLite on my linux box. All 40 updates loaded successfully. Clicking on the menu halo button for any morph gives a: PasteUpMorph(Object)>>doesNotUnderstand: #addStackItemsTo: It is not implemented in Morph. Chris Chris |
El 6/10/08 7:51 PM, "Chris Kassopulo" <[hidden email]> escribió: > Hi Edgar, > > I installed SqueakLite on my linux box. All 40 updates loaded successfully. > Clicking on the menu halo button for any morph gives a: > > PasteUpMorph(Object)>>doesNotUnderstand: #addStackItemsTo: > > It is not implemented in Morph. > > Chris > > Chris > The trouble comes from the cut of Etoys and more Morphs as we cut in 3.10. It's still in development, I plan to reach 3.10.x updates this week. Very thanks and remember join us in #squeak of IRC Edgar Morph-addStandardHaloMenuItemsTohand.st (2K) Download Attachment |
In reply to this post by Edgar J. De Cleene
Hi
i tried SqueakLightII.7069.image on WinXp rightclick on the world-morph gives: Message not understood: PasteUpMorph>>isStackBackground have no time to look into it right now, i always appreciate small squeak-images, its difficult to fix loose ends :-) greetings, Bernd |
Bernd Elkemann schrieb:
> i tried SqueakLightII.7069.image on WinXp > > rightclick on the world-morph gives: > Message not understood: PasteUpMorph>>isStackBackground just added it returning "false". works fine and opens the rightclick menu. Greetings, Bernd |
El 6/17/08 11:08 AM, "Bernd Elkemann" <[hidden email]> escribió: > Bernd Elkemann schrieb: >> i tried SqueakLightII.7069.image on WinXp >> >> rightclick on the world-morph gives: >> Message not understood: PasteUpMorph>>isStackBackground > just added it returning "false". works fine and opens the rightclick menu. > Greetings, Bernd Very thanks. Note this was corrected in updates. You should pass current 3.10.x and have a couple more suited for SqueakLightII I complete the CompressedSources stuff and found and correct a couple of issues too I read you feedback for try to fix any troubles. Edgar |
Free forum by Nabble | Edit this page |