Re: [MacRuby-devel] anyone using WebKit to generate dialogs?

2011-11-13 Thread Michael Pitra
I have a similar approach in one of my applications: a WebKit view embedded in a custom window. All code is MacRuby except the custom window, I only managed to do this in pure Cocoa. The content of the WebKit view is then rendered by appending HTML content to a string. Michael - Ursprüng

Re: [MacRuby-devel] Could we have…

2010-08-08 Thread Michael Pitra
Hi Laurent, > Do the bug reports being posted here bother others too? I don't care. I'm interested in both the user discussions and the bug reports, so that I get an overview of the current status. So for me, it's more convenient to have them here. Michael ___

Re: [MacRuby-devel] MacRuby on Leopard (10.5)

2010-08-02 Thread Michael Pitra
Hi Michal, as I mentioned in my last email I've just started development of the new Mac OS X app and I'd love to use MacRuby(0.6) instead of objective-c. We must support Leopard (10.5) users, so my question is: Will my app run without any problems on macs with Mac OS X 10.5-Leopard(Intel)?? I p

Re: [MacRuby-devel] WebScripting protocol

2010-06-08 Thread Michael Pitra
Hi, I believe you are hitting this bug: http://www.macruby.org/trac/ticket/594 There is a workaround in the first comment: http://www.macruby.org/trac/ticket/594#comment:1 Let me know if that's not it though! :-) seems to be the case. I cannot speak for Michael Jackson (originator of the th

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

2010-02-02 Thread Michael Pitra
does, then it might be a > HotCocoa problem, in which case please file a ticket here: > http://github.com/richkilmer/hotcocoa/issues > > Thanks, > Eloy > > On 1 feb 2010, at 15:51, Michael Pitra wrote: > >> >> I'm trying to do something similar to t

[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