Re: Services Menu problems
Re: Services Menu problems
- Subject: Re: Services Menu problems
- From: <email@hidden>
- Date: Mon, 26 Nov 2001 11:17:43 +0100
>
Here's my code, All the services menu items become enabled, but there is
>
something wrong with the data I'm putting in the pasteboard.
>
Steve,
I think you should put your data onto pasteboard in writeSelectionToPasteboard:types:
E.g.:
[pboard setPropertyList:
[NSArray arrayWithArray:filenames]
forType:NSFilenamesPboardType
];
AFAIK pasteboard:provideDataForType: is too late to let the service application know, what to expect from your app. This method is for lazy data transmission only.
Robert
--
berlin.de - meine stadt im netz. Jetzt eigene eMail-adresse @berlin.de sichern!
http://www.berlin.de/home/MeineStadt/Anmeldung