cocoa - OSX : Prevent NSWindow from interacting parentwindow -


in app, launching nswindowcontroller using showwindow method, main windowcontroller.

so there base windowcontroller1 on button click opening windowcontroller2 using showwindow method.

now wants prevent user-interaction windowcontroller1 until windowcontroller2 open , wants keep on focus windowcontroller2 until user close clicking "close" icon?

i have search few things on stackoverflow , google did not found helpful thing idea on this?

thanks


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -