[Pharo-project] Clock icon when vm is buzy
It would be nice to have a clock icon when the image is blocked doing something and then disappear when it finished. What I have to do, to get noticed when it terminates the block, is to click on another windows. So, when the vm returns control, then I goes to the windows I pick, and there I know. Is this possible to do? Cheers, Mariano
This has to be done manually at the moment for things that may be expected to take a while... Cursor wait showWhile: someBlock Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo Development Sent: Friday, March 20, 2009 3:10 PM Subject: [Pharo-project] Clock icon when vm is buzy It would be nice to have a clock icon when the image is blocked doing something and then disappear when it finished. What I have to do, to get noticed when it terminates the block, is to click on another windows. So, when the vm returns control, then I goes to the windows I pick, and there I know. Is this possible to do? Cheers, Mariano ------------------------------------------------------------------------------ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/3/22 Gary Chambers <gazzaguru2@btinternet.com>
This has to be done manually at the moment for things that may be expected to take a while...
Cursor wait showWhile: someBlock
Excellent! Thanks Gary
Regards, Gary
----- Original Message ----- *From:* Mariano Martinez Peck <marianopeck@gmail.com> *To:* Pharo Development <pharo-project@lists.gforge.inria.fr> *Sent:* Friday, March 20, 2009 3:10 PM *Subject:* [Pharo-project] Clock icon when vm is buzy
It would be nice to have a clock icon when the image is blocked doing something and then disappear when it finished. What I have to do, to get noticed when it terminates the block, is to click on another windows. So, when the vm returns control, then I goes to the windows I pick, and there I know.
Is this possible to do?
Cheers,
Mariano
------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Gary Chambers -
Mariano Martinez Peck