Re: Action isn't sent
Re: Action isn't sent
- Subject: Re: Action isn't sent
- From: Wilhelm Phillips <email@hidden>
- Date: Tue, 13 Jul 2004 12:28:43 -0700
That was the problem. I feel a little embarrassed not to catch that.
I was running sheets as modal windows for alerts in my app and used the
same code basically for my colorWellCell panel.
Thanks,
Will
On Jul 13, 2004, at 12:32 AM, Sherm Pendley wrote:
On Jul 13, 2004, at 2:36 AM, Wilhelm Phillips wrote:
So, this must be something to do with targeting the sheet instead of
a regular window, no? Or perhaps it has to do with the way a modal
window is initiated (i.e. NSApp beginSheet... code) though I can't
see how or why?
Can you post the code you use to open the sheet? A sheet isn't a modal
window - if you're treating it as one, using runModalForWindow: for
example, then that will prevent other windows (i.e. the color panel)
from sending messages.
sherm--
_______________________________________________
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.
_______________________________________________
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.