I've been working on implementing a new service in my app. It's coming along, but there's one thing I haven't been able to discern in the docs -
Can I provide a service with optional input? I want the user to be able to call the service with a text string input, but it's also reasonable to call it w/o any input at all. Is there a way I can implement that? I tried setting it up as two separate services - one with input and one without, but then I end up with two services showing up when any text is selected. Not what I want. Further, ideally I'd just like a single key combo to invoke it. Any ideas about how I can implement it? -Jim... _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
