Re: Just wondering about Modal Panels
Re: Just wondering about Modal Panels
- Subject: Re: Just wondering about Modal Panels
- From: Fritz Anderson <email@hidden>
- Date: Wed, 12 Sep 2012 20:16:39 -0500
On 12 Sep 2012, at 8:07 PM, koko <email@hidden> wrote:
> If I run a Panel modal can I get mouse down before the Modal panel gets it?
>
> I am thinking about getting the mouse down and if it is in the modal panel let that handle it but if it is down outside the modal panel I want to do something else like call a function unrelated to the modal process ... maybe zoom the view behind the modal panel ...
>
> Or and I doing it up a rope?
"Modal" means "you can't do anything else." Users rely on this, and will not tolerate an application that makes an exception of itself.
Even if you could trick the system into giving you events the modal panel is supposed to block, you'd be getting the framework into a condition in which it is not expected to work.
I'm sure somebody has hacked it, and has neither crashed nor heard a user complaint. Yet.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden