I have 2 NIB's "A" & "B". At different instances I need to show a Modal dialog(window or panel) from both the NIB's.
Currently I created one more NIB "C" with NSWindow object and showing from both NIB's using showWindow method. But when "C" is shown from "A" or "B", "C" is shown and normal processing is taking place in "A" & "B" and closing when it reaches that command. But I cant to stop "A" & "B" processing untill "C" is closed.
Is there any method or widget available to make my window modal.
Currently I created one more NIB "C" with NSWindow object and showing from both NIB's using showWindow method. But when "C" is shown from "A" or "B", "C" is shown and normal processing is taking place in "A" & "B" and closing when it reaches that command. But I cant to stop "A" & "B" processing untill "C" is closed.
Is there any method or widget available to make my window modal.