Plugin iPhoto don't Finish!
Plugin iPhoto don't Finish!
- Subject: Plugin iPhoto don't Finish!
- From: Alejandro Visiedo GarcĂa <email@hidden>
- Date: Mon, 21 Feb 2011 01:30:11 +0100
Hello!
I'm trying to develop an iPhoto Plugin to upload photos to a social network!
When i'm finished to upload all photos, i exec then next sentences at the end of performExport:
[self lockProgress];
mProgress.message = nil;
mProgress.currentItem = count;
mProgress.shouldStop = YES;
[self unlockProgress];
However, the progress window don't close!
any idea why don't close the progress window?? I need notify ExportMgr with any message???
Thanks!
_______________________________________________
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