I want my NSWindow to show new window(s) that will always be on top of current window. they should NOT be on top of other windows.
In addition, they should not move when the original window moves.
How can i do that?
Use NSWindow
's addChildWindow:ordered:
or setParentWindow:
method to add the other window as a child of the first window. That window will follow the first window around. See the NSWindow Class Reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With