[MacRuby-devel] Memory & Performance Issue with QTCaptureView & CIFilter

2009-05-15 Thread Adam Elliot
Hello, I've been playing around with QTCaptureView to grab input from my iSight and I want to then run some Core Image filters over the image it's receiving. I first attempted this with Hotcoca and I got everything working, except when I ran everything the performance was significantly sl

Re: [MacRuby-devel] Requiring a framework

2009-05-15 Thread Matt Aimonetti
I believe this is because the framework was not compiled in a compatible mode. (32-64bit, GC on). But this is just a wild guest due to the fact that I saw the same error when I was compiling and requiring my own frameworks/dynlib. - Matt On Fri, May 15, 2009 at 6:34 AM, Keenan Brock wrote: > Hi

Re: [MacRuby-devel] Key-value observing

2009-05-15 Thread Jeremy Voorhis
Binding should work through Interface Builder, but I was only speaking of the example in the original post. Traditional-style attr_writers invoked by Ruby code bypass key-value observers, but it seems intuitive to me to allow them to notify observers given how pervasive key-value coding is in Cocoa

[MacRuby-devel] Requiring a framework

2009-05-15 Thread Keenan Brock
Hi, 1. Are the resources for installing gems? I've had less then stellar success for installing gems in 0.4. 2. In lieu of installing gems, can I just use any framework on the disk? I'm trying to use libpurple, the communication layer from Adium, Fire, pidgin, gaim (and others). # macir

Re: [MacRuby-devel] Accessing constants/enums

2009-05-15 Thread Ɓukasz Adamczak
> KInternetEventClass = KAEGetURL = 'GURL'.unpack('N').first > # ... > NSAppleEventManager.sharedAppleEventManager.setEventHandler self, > andSelector: :"getUrl:withReplyEvent:", forEventClass: KInternetEventClass, > andEventID: KAEGetURL Laurent, thanks a lot for your help! I'm prototyping my fi

Re: [MacRuby-devel] Key-value observing

2009-05-15 Thread Thilo
Isn't it already working? At least for primitiv types? Eg. when I bind a label to a Int property which i change with a slider bind to the same property i don't need additional code for KVO. Cheers Thilo On 13.05.2009 22:31 Uhr, Jeremy Voorhis wrote: I've created a ticket at https://www.macr