Re: [MacRuby-devel] Visibility of ruby methods to objective-C delegates

2010-02-02 Thread Michael Pitra
Hi Eloy, it is not related to hotcocoa since my original application is not using it - this example was taken because it was that simple that it fitted in some lines of code. The question is rather, if I should attach a stripped down version of my app for better testing purposes. Thanks, Mich

Re: [MacRuby-devel] Visibility of ruby methods to objective-C delegates

2010-02-02 Thread Eloy Duran
Hi Michael, Could you try if the webview/js bridge part of the code works, or doesn't, in a normal MacRuby application? If it doesn't work, please file a ticket on https://www.macruby.org/trac/newticket. If it does, then it might be a HotCocoa problem, in which case please file a ticket h

[MacRuby-devel] Visibility of ruby methods to objective-C delegates

2010-02-01 Thread Michael Pitra
I'm trying to do something similar to this example: http://code.reflectivepixel.com/post/103638573/require-hotcocoa-framework-webkit-class Code excerpt: require 'hotcocoa' framework 'webkit' class Application include HotCocoa FULL={:expand => [:width,:height]} BASE=<<-END * { fo