Projects

Ticket #136 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

NSProgressIndicator freezes application

Reported by: masterkain@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.5
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 3 years ago by lsansonetti@…

Could you share a simple project that reproduces the freeze?

Changed 3 years ago by thomsonp@…

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

Changed 3 years ago by mattaimonetti@…

check the new hotcocoa mapping for the progress indicator. Everything works fine for me.

Changed 2 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.5

Should work with MacRuby 0.5 beta 1. Closing.

Note: See TracTickets for help on using tickets.