Re: (Command-)Option-Clicking a Window
Re: (Command-)Option-Clicking a Window
- Subject: Re: (Command-)Option-Clicking a Window
- From: Allan Odgaard <email@hidden>
- Date: Wed, 23 Jun 2004 12:59:57 +0200
On 23. Jun 2004, at 11:15, Stefan Sch|_ler wrote:
I have a view that handles Option-clicks, which works fine.
Unfortunately, if the application is not the active one,
Option-clicking the view (the window) causes the currently active
applications to hide at first (a Command-Option-click would cause all
other applications to hide). I want to alter this default behaviour
but I don't know how.
Why do you want to prevent this? it is actually a *feature*, and one
that I personally enjoy!
Generally your view should not do anything with the first click, unless
it is initiating a drag operation (in which case your window should not
go active)...
_______________________________________________
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.