On May 14, 2012, at 3:05 PM, Sean P. DeNigris wrote:
Sean P. DeNigris wrote
* 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?
Yes
There is only one sender in the image, which can easily be fixed to call #displayProgressFrom:to:during:
Steph, this one's yours, do you know why it was deprecated and why it was done in the comment instead of using deprecated:on:in:? Is wanting to place a progress bar in a specific location not ever needed? If not, we should remove it from all the UIManagers also, right?
Because this is the responsibility of the domain to take decision on the UI placement. This is the UI manager or other that should take such decision. It also removes breaking layer and forcing people to query from the domain the current mouse position and most of the time people used Sensor hence violating again basic layering because in Morphic the mouse position should be queried by activeHand.
Thanks. Sean
-- View this message in context: http://forum.world.st/Notify-progress-with-Announcements-instead-of-Exceptio... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.