• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSAppleEventManager question...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSAppleEventManager question...


  • Subject: NSAppleEventManager question...
  • From: Jeffrey J Barbose <email@hidden>
  • Date: Wed, 1 Aug 2001 11:34:02 -0700

Actually, this is more of an AppleEvents question, but here goes.

Using the following NSAppleEventManager class method, i am properly dispatching AEs in my Cocoa app:




[[NSAppleEventManager sharedAppleEventManager] setEventHandler:self
andSelector:@selector(testHandleAE:withReply:)
forEventClass:(AEEventClass) 'Foo_'
andEventID:(AEEventID) 'Bar_' ];


My question is, can i set up a single selector for an entire class of AEs? In other words, is there some wildcard value for the andEventID: argument ?

i've tried '****' and even '????' and ' ', to no avail.


No biggie here, but it would be handy...

Oh, and thanks to all those who helped with past AE-related topics on this list!

Jeff


  • Prev by Date: Re: Making multiple windows from the same class
  • Next by Date: Re: dragging from a NSTableView
  • Previous by thread: Re: Overriding [NSDocument saveDocumentTo]
  • Next by thread: Re: NSAppleEventManager question...
  • Index(es):
    • Date
    • Thread