option-click hides apps
option-click hides apps
- Subject: option-click hides apps
- From: Steve Checkoway <email@hidden>
- Date: Tue, 15 Jun 2004 03:02:22 -0700
Is there a way that I can programatically (or otherwise) override the
option-click in another application hiding the current foreground
application behavior? I'm writing a...I suppose plugin is the most
descriptive noun here...that allows (currently only) option-drag to
move any cocoa window around (
http://sf.net/projects/clickdrag/). One
of the most useful applications of this would be to option-drag windows
belonging to other applications around without a, hiding the current
application and b, bringing that window to the foreground.
Right now, I'm subclassing NSWindow and having my subclass pose as
NSWindow. I suppose what I really need is a way to pass the event to
the other application without bringing it to the foreground. The
behavior would be akin to command-dragging the title bar of a window
that is not the front window.
Thanks,
Steve
_______________________________________________
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.