Re: Disabled button looks like enabled
Re: Disabled button looks like enabled
- Subject: Re: Disabled button looks like enabled
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 12 Jan 2009 20:34:11 +0100
Le 12 janv. 09 à 20:24, Donnie Lee a écrit :
I am curious to know more about theses "system observers". Can you
explain
us what is it ?
Cocoa observers which sends mouse events, keyboard events etc.
Hardware event are received by the kernel that send them to the window
server that forward them to the active application.
Then NSApplication receive them and send them to the key window (or
the target window which is not always the key window for mouse events).
Then the window object try to resolve the target responder.
Each NSView is a responder. I really don't understand how you're
trying to reduce system resource usage.
_______________________________________________
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