#136: NSProgressIndicator freezes application ----------------------------------+----------------------------------------- Reporter: masterkain@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Use this code: {{{ class AppController attr_accessor :progress def awakeFromNib @progress.startAnimation(nil) end }}} set progress as NSProgressIndicator as outlet in IB, start the application. initially there's no problem, but the next action the user performs, open a menu, a window, or change tab, freezes the application. -- Ticket URL: <http://www.macruby.org/trac/ticket/136> MacRuby <http://macruby.org/>