Re: [MacRuby-devel] [MacRuby] #331: Extending an existing ObjC class: outlets and actions are not visible in IB

2009-09-09 Thread MacRuby
#331: Extending an existing ObjC class: outlets and actions are not visible in IB +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: mi

[MacRuby-devel] [MacRuby] #331: Extending an existing ObjC class: outlets and actions are not visible in IB

2009-09-09 Thread MacRuby
#331: Extending an existing ObjC class: outlets and actions are not visible in IB +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: mi

Re: [MacRuby-devel] Seeing methods of extended ObjC objects in IB

2009-09-09 Thread Laurent Sansonetti
Hi, On Sep 9, 2009, at 10:36 AM, b.ohr wrote: Hey guys, I added the MacRuby framework to an existing project (gitx on github, which uses GC also fortunately). After setting the build to compile 64bit only everything (-1, see below) works fine, so far I can say now. I am impressed! I de

Re: [MacRuby-devel] bundle or dylib

2009-09-09 Thread Laurent Sansonetti
On Sep 9, 2009, at 9:28 AM, Clay Bridges wrote: Does anyone have an answer to this? Are the Objective-C "bundles" that MacRuby loads in require statements really dylibs? Are they real bundles? Sorry, your original message was lost in my inbox. I forgot the difference between a bundle in a dyl

Re: [MacRuby-devel] rescue NSException?

2009-09-09 Thread Laurent Sansonetti
On Sep 9, 2009, at 9:51 AM, Clay Bridges wrote: If it matters, I'm on SL. With 0.4 it should work, with 0.5 not yet. Thanks for the reminder... I forgot to add this to the TODO list for the release. Laurent ___ MacRuby-devel mailing list MacRuby

Re: [MacRuby-devel] bundle or dylib

2009-09-09 Thread Matt Aimonetti
You can load any real dylibs renamed as foo.bundle I'm not really sure what you mean by "real bundle" tho. - Matt On Wed, Sep 9, 2009 at 9:28 AM, Clay Bridges wrote: > Does anyone have an answer to this? Are the Objective-C "bundles" that > MacRuby loads in require statements really dylibs? Ar

[MacRuby-devel] Seeing methods of extended ObjC objects in IB

2009-09-09 Thread b . ohr
Hey guys, I added the MacRuby framework to an existing project (gitx on github, which uses GC also fortunately). After setting the build to compile 64bit only everything (-1, see below) works fine, so far I can say now. I am impressed! I defined my own controller in Ruby, call methods of

[MacRuby-devel] BridgeSupport and Parameter Errors

2009-09-09 Thread Edward Hynes
I'm trying to re-implement the PlaySoftMIDI example from the Xcode installation in MacRuby, but am getting parameter errors. Could some kind soul point me in the right direction? Below is a small example that ends with a parameter error. The call to NewAUGraph appears to work, returning a

Re: [MacRuby-devel] rescue NSException?

2009-09-09 Thread Clay Bridges
If it matters, I'm on SL. cb ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] [MacRuby] #330: forwardingTargetForSelector not working properly in Objective-C classes loaded in MR

2009-09-09 Thread MacRuby
#330: forwardingTargetForSelector not working properly in Objective-C classes loaded in MR +--- Reporter: diffe...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] bundle or dylib

2009-09-09 Thread Clay Bridges
Does anyone have an answer to this? Are the Objective-C "bundles" that MacRuby loads in require statements really dylibs? Are they real bundles? Thanks Clay ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/ma

[MacRuby-devel] rescue NSException?

2009-09-09 Thread Clay Bridges
Does MacRuby 0.5 rescue Objective-C NSExceptions? e.g. begin # call to Objective C dynlib here, raises NSException rescue # should this get called? end Thanks Clay ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macos

[MacRuby-devel] NSTask writeData confusion

2009-09-09 Thread Kristofer Joseph
I am hoping someone can tell me why my task isn't returning data to the stdoutput when I send commands via writeData. I am able to create a task and receive initial output when I launch the task, but when I try to send commands via writeData calls through my stdinput pipe the task never returns mor