Hello! One month later! Finally i have the solution from my problem! and i upload photos succesful to social networks! wow!
The origin of the problem was a model dialog that i showed before run performExport message from my controller! When i stop run modal loop, i called [dialog setHidden:TRUE] but i had forbiden to call [NSApp endSheet:dialog] I hope this can be useful for someone with similar problems! Bye! ____________________________________ Alejandro Visiedo García web: http://devsensation.es Inicio del mensaje reenviado: > De: Alejandro Visiedo García <[email protected]> > Fecha: 21 de febrero de 2011 01:30:11 GMT+01:00 > Para: ML Cocoa <[email protected]> > Asunto: Plugin iPhoto don't Finish! > > 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 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]
