Re: Action isn't sent
Re: Action isn't sent
- Subject: Re: Action isn't sent
- From: Sherm Pendley <email@hidden>
- Date: Tue, 13 Jul 2004 03:32:54 -0400
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.