Is there anything built-in? I have a particularly long file and want to give updates so users don't thing the image has frozen. If not, thinking I'll subclass reader and override #do: ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
You mean something like signal progress notifications ? No that does not exist, indeed you can roll your own, counting every record read and then do something every N times.
On 8 Mar 2019, at 20:29, Sean P. DeNigris <sean@clipperadams.com> wrote:
Is there anything built-in? I have a particularly long file and want to give updates so users don't thing the image has frozen.
If not, thinking I'll subclass reader and override #do:
----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Sean P. DeNigris -
Sven Van Caekenberghe