Re: Crash. Why?
Re: Crash. Why?
- Subject: Re: Crash. Why?
- From: Lorenzo <email@hidden>
- Date: Wed, 10 Dec 2003 19:10:36 +0100
Done. It crashes the same. At the same point.
Best Regards
--
Lorenzo
email: email@hidden
>
From: Stephane Sudre <email@hidden>
>
Date: Wed, 10 Dec 2003 18:14:50 +0100
>
To: Lorenzo <email@hidden>
>
Subject: Re: Crash. Why?
>
>
>
On Wednesday, December 10, 2003, at 05:29 PM, Lorenzo wrote:
>
>
> I cannot found the origin of a bug. And I am getting crazy.
>
> Can you help me please?
>
>
>
> The user click on the "button 1" and I call
>
> --------------
>
> [NSApp runModalForWindow:question1Window];
>
> --------------
>
> the user edits a simple NSTextField, presses OK, I get the string
>
> from the NSTextField, then I send [NSApp stopModal]; then
>
> --------------
>
> [question1Window endEditingFor:nil];
>
> [question1Window close];
>
>
What does:
>
>
[NSApp stopModal];
>
[question1Window orderOut:nil];
>
>
- instead of all your code- give?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.