> 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
Hi Łukasz,
On May 13, 2009, at 11:43 AM, Łukasz Adamczak wrote:
Hi,
After a few days smooth sailing and playing with MacRuby, I just hit
a wall:
How do I invoke something like this in MacRuby:
[[NSAppleEventManager sharedAppleEventManager] setEventHandler:self
andSelector:@selector(getUrl
Hi,
After a few days smooth sailing and playing with MacRuby, I just hit a wall:
How do I invoke something like this in MacRuby:
[[NSAppleEventManager sharedAppleEventManager] setEventHandler:self
andSelector:@selector(getUrl:withReplyEvent:)
forEventClass:kInternetEventClass andEventID:kAEGetUR