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
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
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
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
> 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
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