Hi, I'm working on a new MacRuby application, and I'm using the updated
HotCocoa from this fork: https://github.com/ferrous26/hotcocoa
This version of HotCocoa contains several references to the CGRectZero
constant, but this constant does not appear to be exposed in MacRuby (0.10). I
did some p
Hi,
you must install the latest version of BridgeSupport.
- Petr
On May 22, 2011, at 3:48 PM, Jason Voegele wrote:
> Hi, I'm working on a new MacRuby application, and I'm using the updated
> HotCocoa from this fork: https://github.com/ferrous26/hotcocoa
>
> This version of HotCocoa contains se
On May 22, 2011, at 9:50 AM, Petr Kaleta wrote:
> Hi,
> you must install the latest version of BridgeSupport.
Excellent. New BridgeSupport fixed the problem. Thanks.
One other question, though. Forgive my ignorance, but if I create a
distributable MacRuby .app application, will users need to upd
You can include your BridgeSupport files using macruby_deploy utility.
- Petr
On May 22, 2011, at 9:50 AM, Petr Kaleta wrote:
> Hi,
> you must install the latest version of BridgeSupport.
Excellent. New BridgeSupport fixed the problem. Thanks.
One other question, though. Forgive my ignorance, b
They will also need BridgeSupport if they are on Snow Leopard. Lion will come
with the new Bridge Support.
As pointed out, you can embed the new Bridge Support in your app.
Mark Rada
mr...@marketcircle.com
On 2011-05-22, at 10:02 AM, Jason Voegele wrote:
> On May 22, 2011, at 9:50 AM, Petr K