Ticket #136 (new defect)
NSProgressIndicator freezes application
| Reported by: | masterkain@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.

