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
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
___
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
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
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
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