[squeak-dev] Re: Squeak4.5 FreeType Plus cannot be loaded

liang bing liangbing64 at gmail.com
Tue Feb 25 16:38:35 UTC 2014


Hi,

Thank your answer!

http://ss3.gemstone.com/ss/FreeTypePlus    This works fine in Squeak 4.5!

but there is a small problem in Class Locale (>>localeChanged  class side)

Squeak 4.4 
localeChanged

	#(#ParagraphEditor #BitEditor #FormEditor #StandardSystemController )
		do: [:key | Smalltalk
				at: key
				ifPresent: [:class | class initialize]].
	PartsBin localeChanged.
	Project localeChanged.
	PaintBoxMorph localeChanged.
	ColorPickerMorph localeChanged.
	Preferences localeChanged

Squeak 4.5
localeChanged
	self class environment allBehaviorsDo: [:b | b localeChanged].


Environment class does not implement method >> allBehaviorsDo:

 Liang



--
View this message in context: http://forum.world.st/Squeak4-5-FreeType-Plus-cannot-be-loaded-tp4745941p4746301.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list