Hi, On Mon, May 14, 2012 at 6:18 AM, Sean P. DeNigris <[email protected]>wrote:
> A few updates... > * String>>displayProgressAt:from:to:during: has "deprecated" in the > comment, > but is not in a deprecated category. The timestamp is 9/7/11 which puts it > either 1.2 or early 1.3, but either way, it should be removed for 2.0, > right? There is only one sender in the image, which can easily be fixed to > call #displayProgressFrom:to:during: > * String>>displayProgressFrom:to:during: should probably delegate to the > UIManager's displayProgress:from:to:during: > * Progress should have its own announcer. The progress could be something > that doesn't alter the system, so it doesn't really fit into system > announcer. > I don't like the idea of having several notification centers...I think that approach tends inevitably to chaos. instead, I much prefer an unique notification center for all system... I do think it fits System Announcer (as any other system announce), and you just receive notification if you are registered to do so... so, why not? Esteban > > -- > View this message in context: > http://forum.world.st/Notify-progress-with-Announcements-instead-of-Exceptions-tp4629057p4630060.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > >
