On Sat, 19 Jul 2008 09:43:57 -0700, Quincey Morris
<[EMAIL PROTECTED]>wrote:
On Jul 19, 2008, at 01:58, Gerriet M. Denkmann wrote:
In -readFromURL:ofType:error: of a document-based app I make some
checks and if something looks suspicious I show an AlertPanel with:
"Something strange. (Open
On Jul 19, 2008, at 01:58, Gerriet M. Denkmann wrote:
In -readFromURL:ofType:error: of a document-based app I make some
checks and if something looks suspicious I show an AlertPanel with:
"Something strange. (Open anyway) (Do not open)"
If the user clicked on (Do not open) I return NO and s
In -readFromURL:ofType:error: of a document-based app I make some
checks and if something looks suspicious I show an AlertPanel with:
"Something strange. (Open anyway) (Do not open)"
If the user clicked on (Do not open) I return NO and set the NSError
to nil.
But then another panel comes