문제

I have a main window where all the work is done. When i open the preference panel I would like to freeze the main windows as long as the preference panel is open. For example iTunes: as soon as i open the preferences i just can interact with preference panel and nothing else.

Is there an easy way to archive this behavior?

도움이 되었습니까?

해결책

Code:

[NSApp runModalForWindow:theWindow];
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top