Fwd: Plugin iPhoto don't Finish!
Fwd: Plugin iPhoto don't Finish!
- Subject: Fwd: Plugin iPhoto don't Finish!
- From: Alejandro Visiedo García <email@hidden>
- Date: Thu, 31 Mar 2011 23:55:04 +0200
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@hidden>
> Fecha: 21 de febrero de 2011 01:30:11 GMT+01:00
> Para: ML Cocoa <email@hidden>
> 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@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