[MacRuby-devel] CGRectZero

2011-05-22 Thread Jason Voegele
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

Re: [MacRuby-devel] CGRectZero

2011-05-22 Thread Petr Kaleta
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

Re: [MacRuby-devel] CGRectZero

2011-05-22 Thread Jason Voegele
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

Re: [MacRuby-devel] CGRectZero

2011-05-22 Thread Petr Kaleta
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

Re: [MacRuby-devel] CGRectZero

2011-05-22 Thread Mark Rada
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