Re: [MacRuby-devel] [MacRuby] #803: remove_instance_variable bug

2010-07-20 Thread MacRuby
#803: remove_instance_variable bug -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

[MacRuby-devel] [MacRuby] #803: remove_instance_variable bug

2010-07-20 Thread MacRuby
#803: remove_instance_variable bug -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] osa conformance

2010-07-20 Thread Laurent Sansonetti
Yes it's on the roadmap, but not for 0.7. Laurent On Jul 20, 2010, at 5:22 PM, Matt Aimonetti wrote: > OSA isn't supported yet but I believe it's still on the road map. > > - Matt > > On Tue, Jul 20, 2010 at 5:15 PM, K H wrote: > Hi. In the MacRuby road map OSA conformance was planned for v.

Re: [MacRuby-devel] How to use NSEvent.addGlobalMonitorForEventsMatchingMask ?

2010-07-20 Thread Laurent Sansonetti
Yes, we intend to support this in the upcoming release (0.7). However, this functionality will also require new BridgeSupport files for the system frameworks, so a new version of the BridgeSupport project (which we are currently working on) will have to be applied on the host. We will provide mo

Re: [MacRuby-devel] How to use NSEvent.addGlobalMonitorForEventsMatchingMask ?

2010-07-20 Thread niedhui
thanks for the reply is there any plan to support this? On Jul 21, 2010, at 2:45 AM, Laurent Sansonetti wrote: > Hi, > > On Jul 20, 2010, at 2:33 AM, niedhui wrote: > >> Hi: >> >> NSEvent.addGlobalMonitorForEventsMatchingMask(NSKeyDownMask,handler: ) >> >> the handler: is a block param, can

Re: [MacRuby-devel] osa conformance

2010-07-20 Thread Matt Aimonetti
OSA isn't supported yet but I believe it's still on the road map. - Matt On Tue, Jul 20, 2010 at 5:15 PM, K H wrote: > Hi. In the MacRuby road map OSA conformance was planned for v. 0.6, and I > think it means MacRuby can be used to replace AppleScript like rb-appscript? > I'm learning rb-appsc

[MacRuby-devel] osa conformance

2010-07-20 Thread K H
Hi. In the MacRuby road map OSA conformance was planned for v. 0.6, and I think it means MacRuby can be used to replace AppleScript like rb-appscript? I'm learning rb-appscript at the moment, but if MacRuby is the future, I'd like to learn to use it instead. Is there any resource / tutorial / do

Re: [MacRuby-devel] Loading bundled bundles; #require or #framework?

2010-07-20 Thread Laurent Sansonetti
On Jul 20, 2010, at 10:36 AM, Nick Ludlam wrote: > On 19 Jul 2010, at 22:00, Laurent Sansonetti wrote: > >> Hi Nick, >> >> On Jul 18, 2010, at 11:34 AM, Nick Ludlam wrote: >> >>> Hi all, >>> sorry for the tongue-twister message subject, but I'm having a difficult >>> time figuring out how #re

Re: [MacRuby-devel] How to use NSEvent.addGlobalMonitorForEventsMatchingMask ?

2010-07-20 Thread Laurent Sansonetti
Hi, On Jul 20, 2010, at 2:33 AM, niedhui wrote: > Hi: > > NSEvent.addGlobalMonitorForEventsMatchingMask(NSKeyDownMask,handler: ) > > the handler: is a block param, can i use this in macruby ? if yes ,how? No, C-level blocks aren't supported yet, sorry. Laurent ___

[MacRuby-devel] [MacRuby] #802: Assertion or Segfault occurs when calls the Zlib::Deflate.deflate.

2010-07-20 Thread MacRuby
#802: Assertion or Segfault occurs when calls the Zlib::Deflate.deflate. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Prio

Re: [MacRuby-devel] Possible bug launching an NSTask from within and NSOperation subclass

2010-07-20 Thread Leigh Caplan
Hi Laurent, This was basically a direct port of a pure ObjC application that works correctly in this same situation. I just went and implemented this reduced case in ObjC, and interestingly enough, I *can* reproduce the issue. Here's the app: http://github.com/texel/NSOperationCocoaDebug Now,

Re: [MacRuby-devel] Loading bundled bundles; #require or #framework?

2010-07-20 Thread Nick Ludlam
On 19 Jul 2010, at 22:00, Laurent Sansonetti wrote: > Hi Nick, > > On Jul 18, 2010, at 11:34 AM, Nick Ludlam wrote: > >> Hi all, >> sorry for the tongue-twister message subject, but I'm having a difficult >> time figuring out how #require works, within the context of loading custom >> Bundles

[MacRuby-devel] How to use NSEvent.addGlobalMonitorForEventsMatchingMask ?

2010-07-20 Thread niedhui
Hi: NSEvent.addGlobalMonitorForEventsMatchingMask(NSKeyDownMask,handler: ) the handler: is a block param, can i use this in macruby ? if yes ,how? Thanks ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mai