How to reparent a Cocoa window? -


I need to host my window on the window of the second window. How do I calculate windows of any other Cocoa app? Is it possible to control them? If not: How can I attract a window to another application? Thanks!

How to calculate windows of any other Cocoa app?

You can calculate the windows of any other application using the Accessibility API.

Is it possible to control them?

Here, whether indirectly, whether the application is cocoa (or carbon using standard controls) is more accurate, this is the case if the application is accessible.

It is usually possible to move, switch, or control the controls in other windows (such as press buttons) with simple things.

It is not possible to tap any one of your tapes in one of the windows. You have to follow your location and other moves when your window needs to be moved. This method is not possible after a live drag.

If not: How can I attract a window to another application?

You can draw only in your windows.

You can create a transparent overlay window and draw on it, but it brings you back the problem of taping any other application from one of your windows to a window. / P>

You probably should ask a comprehensive question, which you hope to receive by tapping one of your windows in another window or dragging it into another application window.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -