ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> squeak
squeak
[ANN] Removing StarSqueak from image
by Lic. Edgar J. De Cleene other posts by this author
Apr 16 2003 10:20PM messages near this date
Vera fonts available... | Raw benchmarks for initialize
I wish somebody else try the following for removing StarSqueak



toRemove _ SystemOrganization categoriesMatching: 'StarSqueak*'.
toRemove do: [:each | SystemOrganization removeSystemCategory: each].

(SmartRefStream class selectors select: [:each | each beginsWith:
'starLogo']) 
        do: [:each | SmartRefStream class removeSelector: each].
Smalltalk garbageCollect.

Thanks in advance.

Edgar

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved