Keyboard in a fullscreen cocoa app
Following up on this ( Display System Keyboard Mac application? ) question, the keyboard is coming up fine, bu开发者_开发技巧t if my application is in fullscreen mode, the keyboard launches, but remains in the background. How do I get around this? Any help is much appreciated!
Thanks,
TejaFull screen is, by definition, above other windows and elements. I don't know how well this would work, but you could try asking the view for its -window, then using -setLevel: to lower the window level. Unfortunately, assuming it works at all, this would probably allow other elements (like the dock or other floating panels above your full screen view as well.
精彩评论