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

David T. Lewis lewis at mail.msen.com
Thu Apr 14 16:37:03 UTC 2011


On Thu, Apr 14, 2011 at 03:48:07PM +0000, Hannes Hirzel wrote:
> 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

It probably should dispatch through Project or UIManager, see
http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-April/158818.html
for earlier discussion.

Dave




More information about the Squeak-dev mailing list