[MacRuby-devel] [MacRuby] #136: NSProgressIndicator freezes application

MacRuby ruby-noreply at macosforge.org
Fri Oct 3 11:49:42 PDT 2008


#136: NSProgressIndicator freezes application
----------------------------------+-----------------------------------------
 Reporter:  masterkain at gmail.com  |       Owner:  lsansonetti at 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/>



More information about the MacRuby-devel mailing list