Hi all, In my application, a window has full screen function. I use the followings to implenment the fullscreen,
SetSystemUIMode(kUIModeAllHidden, kUIOptionAutoShowMenuBar); So it will tell other application the event and hide menu and dock. The minimize button is disabled in other application when focus is on my full screen window. But, My application will create another window at this time. The new window did not get the above event and the minimize button is still yellow, but can not be clicked. If switch the focus to other application and switch back, the dock display and disappear, then the minimize button of the new window is grey and disabled. I guess it receive the event during switching focus. My question is, how can I make the minimize button of new window gray and disabled when it was created during fullscreen mode? Not switch the focus. Could you give me some suggestions? Thanks in advance -- Thanks & Best Regards! Email:rasha...@gmail.com <email%3arasha...@gmail.com> Yahoo:rasha...@yahoo.com <yahoo%3arasha...@yahoo.com> Blog: http://rashaguo.appspot.com/ 勤奋,不断追求卓越... _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com