[squeak-dev] The Trunk: ToolBuilder-Morphic-ul.79.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jun 18 09:15:06 UTC 2011


Levente Uzonyi uploaded a new version of ToolBuilder-Morphic to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Morphic-ul.79.mcz

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

Name: ToolBuilder-Morphic-ul.79
Author: ul
Time: 18 June 2011, 11:14:54.999 am
UUID: 15cc9aa6-da3f-054b-b113-bd933de393d1
Ancestors: ToolBuilder-Morphic-cmm.78

- Use the preference to position the progress morph in MorphicUIManager >> #informUserDuring:.

=============== Diff against ToolBuilder-Morphic-cmm.78 ===============

Item was changed:
  ----- Method: MorphicUIManager>>informUserDuring: (in category 'ui requests') -----
  informUserDuring: aBlock
  	"Display a message above (or below if insufficient room) the cursor 
  	during execution of the given block.
  		UIManager default informUserDuring:[:bar|
  			#(one two three) do:[:info|
  				bar value: info.
  				(Delay forSeconds: 1) wait]]"
  	SystemProgressMorph
+ 		informUserAt: nil during: aBlock.!
- 		informUserAt: Sensor cursorPoint during: aBlock.!




More information about the Squeak-dev mailing list