Hello
How could i implement such a window?
Delving in documentation, i have found that the method
-(BOOL)acceptsFirstMouse (of NSView) should return YES and the mouse down
events will be sent directly to the control first (but the window still
becomes active afterwards). Is there a way not to let w
What is the fastest (in terms of execution) way to get the active window's
(of arbitrary application, not necessarily mine) title?
I have found only the way involving AppleScript which doesn't seem fast
Thanks!
___
Cocoa-dev mailing list (Cocoa-dev@lists
How to make a window not to activate its process after click on that window?
(for example, like Dock does that - after you click on the dock, your
currently active process will remain active, while dock receives mouse event
and performs some actions)
Thanks
_
Hello
Is it possible to get a destination control's Accessibility API's AXTitle
(or another distinguishing characteristic - i need to know, if the clicked
control was Microsoft Word's "Document Pane" (it is AXView object, in terms
of accessibility)) from the callback function, that is called whenev