#305: boilerplate hotcocoa project crashes
--------------------------------+-------------------------------------------
Reporter: craft...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone: MacRuby 0.5
Component: MacRuby | Keywords: hotcocoa crash
--------------------------------+-------------------------------------------
Comment(by d...@…):
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/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel