• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Fwd: Plugin iPhoto don't Finish!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Are the progress spinner images publically available?
  • Next by Date: Re: Are the progress spinner images publically available?
  • Previous by thread: Re: Are the progress spinner images publically available?
  • Next by thread: Seeking advice for how to implement "notification" upon completion of asynchronous upload
  • Index(es):
    • Date
    • Thread