Re: Disappearing accessory view
Re: Disappearing accessory view
- Subject: Re: Disappearing accessory view
- From: Michael McLaughlin <email@hidden>
- Date: Mon, 15 May 2017 18:49:02 -0400
I am saving the savePanel because it contains the radio buttons selecting PDF or PNG and those buttons send an IBAction to the NSDocument for printing.
This is not a sandboxed app. ---------------------------------------------------------------------- Message: 1 Date: Sun, 14 May 2017 22:12:48 -0700 From: Quincey Morris < email@hidden> To: Michael McLaughlin < email@hidden> Cc: email@hiddenSubject: Re: Disappearing accessory view Message-ID: < email@hidden" class=""> email@hidden> Content-Type: text/plain; charset="utf-8" On May 14, 2017, at 11:18 , Michael McLaughlin < email@hidden> wrote: thisSavePanel = savePanel;
Why are you saving the panel reference? If this is a sandboxed app, the save panel handling is very weirdly smeared across multiple processes, so keeping it around (if that’s what you’re doing) doesn’t seem like a good idea. Can you try creating a new save panel each time in your “prepareSavePanel” method?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden