How can I use the progress bar in Shoes?
问题 Ok, so I'm not real sure about lots of things in Shoes, but my trial and error approach has failed me so far on this one. I've got a class that does some sort of computation that takes a while, and I want to throw up a progress bar for the user to look at while it finishes. My computationally intensive method yields its percent complete if passed a block: class MathyStuff def initialize() end ## Some expensive, time consuming method which yields it's percent complete def expensiveMethod(