Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #136 (new defect)

Opened 2 months ago

Last modified 4 days ago

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

Changed 7 weeks ago by lsansonetti@…

Could you share a simple project that reproduces the freeze?

Changed 4 days ago by thomsonp@…

I couldn't reproduce this. I'm using the most recent revision (r736).

Note: See TracTickets for help on using tickets.