[MacRuby-devel] [MacRuby] #305: boilerplate hotcocoa project crashes

MacRuby ruby-noreply at macosforge.org
Sat Aug 8 03:22:59 PDT 2009


#305: boilerplate hotcocoa project crashes
--------------------------------+-------------------------------------------
 Reporter:  crafterm@…          |       Owner:  lsansonetti@…        
     Type:  defect              |      Status:  new                  
 Priority:  blocker             |   Milestone:  MacRuby 0.5          
Component:  MacRuby             |    Keywords:  hotcocoa crash       
--------------------------------+-------------------------------------------

Comment(by dev@…):

 Thanks, patch works.

 But same thing with LayoutOptions, Hotcocoa:: must be added for running an
 new skeleton hotcocoa app

 view.rb, line 39:

 {{{
       @layout = LayoutOptions.new(self, options)
 }}}

 to

 {{{
       @layout = HotCocoa::LayoutOptions.new(self, options)
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/305#comment:5>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list