The Trunk: ST80-dtl.108.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ST80-dtl.108.mcz

commits-2
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!