loading the universal bundle
loading the universal bundle
- Subject: loading the universal bundle
- From: <email@hidden>
- Date: Mon, 14 Apr 2008 19:28:07 +0530
- Thread-topic: loading the universal bundle
Hi All,
I need to run the Automator action "Ask for Photos" from
System/Library/Automator/Ask for Photos.action on Mac OSX.4 Tiger.I did
not find much supporting document using Objective-c.
I added following codes for running the action.
NSDictionary *dict=[NSDictionary infoDictionary];
aAct=[[AMBundleAction alloc] initWithDefinition:dict fromArchives:YES];
select=[[AMBundleAction alloc] runWithInput:nil fromAct:act error:&dr];
But my workflow is not running.How can i run the ActomatorAction without
using AMWrokflow class.I am getting my desired result by using the
Leopard specific API.
I prefer to use Objective-c only.
Hope some one can guide me into right direction.
Thanks in Advance.
Regards,
Anoop T Varughese.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden