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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -