[squeak-dev] ProgressInitiationException>>defaultAction calls #isMorphic

Hannes Hirzel hannes.hirzel at gmail.com
Thu Apr 14 15:48:07 UTC 2011


Balázs Kósi notes that

ProgressInitiationException

calls #isMorphic


defaultAction
	Smalltalk isMorphic
		ifTrue: [self defaultMorphicAction]
		ifFalse: [self defaultMVCAction].


What should we do about this regarding the fact that we  want to load
different GUIs? (SimpleMorphic).

If the ideal solution is difficult to implement at this time, what
would be an acceptable hack.

--Hannes



More information about the Squeak-dev mailing list