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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com