[Pkg] The Trunk: EToys-fbs.99.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 3 09:24:09 UTC 2013


Frank Shearar uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-fbs.99.mcz

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

Name: EToys-fbs.99
Author: fbs
Time: 3 June 2013, 9:33:57.846 am
UUID: 5f3bf503-bbae-4875-ab7d-fb6ce7995f8d
Ancestors: EToys-fbs.98

eToyStreamedRepresentationNotifying: -> EToys package.

=============== Diff against EToys-fbs.98 ===============

Item was added:
+ ----- Method: Object>>eToyStreamedRepresentationNotifying: (in category '*EToys-user interface') -----
+ eToyStreamedRepresentationNotifying: aWidget
+ 
+ 	| outData |
+ 	[ outData := SmartRefStream streamedRepresentationOf: self ] 
+ 		on: ProgressInitiationException
+ 		do: [ :ex | 
+ 			ex sendNotificationsTo: [ :min :max :curr |
+ 				aWidget ifNotNil: [aWidget flashIndicator: #working].
+ 			].
+ 		].
+ 	^outData
+ !



More information about the Packages mailing list