Re: Sheets trouble.... kinda odd.
Re: Sheets trouble.... kinda odd.
- Subject: Re: Sheets trouble.... kinda odd.
- From: Aaron Boothello <email@hidden>
- Date: Fri, 12 Dec 2003 12:42:43 +0800
It's still doing the same thing it was before i edited the code. it's like a ghost sheet, when i comeback to the app. should i be doing something in the 'awakenfromnib' function ?
i'm stummed.
Thanks,
Aaron.
On Friday, December 12, 2003, at 12:24PM, Rakesh Pandey <email@hidden> wrote:
>
- (IBAction)beginSheet:(id)sender
>
{
>
[NSApp beginSheet:sheet modalForWindow:theWindow modalDelegate:nil
>
didEndSelector:nil
>
contextInfo:self];
>
}
>
>
- (IBAction)endSheet:(id)sender
>
{
>
[NSApp endSheet:sheet];
>
[sheet orderOut:self];
>
}
>
>
>
On 12-Dec-03, at 9:27 AM, Aaron Boothello wrote:
>
>
> NSApp runModalForWindow: sheet];
>
> [NSApp endSheet: sheet];
>
> [sheet orderOut:self];
>
~ Rakesh Pandey
_______________________________________________
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.