[MacRuby] #136: NSProgressIndicator freezes application
#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/>
#136: NSProgressIndicator freezes application ----------------------------------+----------------------------------------- Reporter: masterkain@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Resolution: Keywords: | ----------------------------------+----------------------------------------- Comment(by lsansonetti@apple.com): Could you share a simple project that reproduces the freeze? -- Ticket URL: <http://www.macruby.org/trac/ticket/136#comment:1> MacRuby <http://macruby.org/>
#136: NSProgressIndicator freezes application ----------------------------------+----------------------------------------- Reporter: masterkain@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by thomsonp@…): I couldn't reproduce this. I'm using the most recent revision (r736). -- Ticket URL: <http://www.macruby.org/trac/ticket/136#comment:2> MacRuby <http://macruby.org/>
#136: NSProgressIndicator freezes application ----------------------------------+----------------------------------------- Reporter: masterkain@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by mattaimonetti@…): check the new hotcocoa mapping for the progress indicator. Everything works fine for me. -- Ticket URL: <http://www.macruby.org/trac/ticket/136#comment:3> MacRuby <http://macruby.org/>
#136: NSProgressIndicator freezes application ----------------------------------+----------------------------------------- Reporter: masterkain@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Should work with MacRuby 0.5 beta 1. Closing. -- Ticket URL: <http://www.macruby.org/trac/ticket/136#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby