[Pkg] The Trunk: ST80-dtl.108.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 27 16:56:58 UTC 2010


David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.108.mcz

==================== Summary ====================

Name: ST80-dtl.108
Author: dtl
Time: 27 February 2010, 11:55:15.102 am
UUID: 27a43d0e-8ea6-4041-8779-ff5326b6d432
Ancestors: ST80-ar.107

Implement #resetDisplay and #setAsBackground: to reduce use of #isMorphic

=============== Diff against ST80-ar.107 ===============

Item was added:
+ ----- Method: MVCProject>>setAsBackground: (in category 'utilities') -----
+ setAsBackground: aForm
+ 	"Set  aForm as a background image."
+ 
+ 	ScheduledControllers screenController model form: aForm.
+ 	Display restoreAfter: []!

Item was added:
+ ----- Method: MVCProject>>resetDisplay (in category 'display') -----
+ resetDisplay 
+ 	"Bring the display to a usable state after handling primitiveError."
+ 
+ 	ScheduledControllers searchForActiveController!



More information about the Packages mailing list