How to make NSComboBox work in fullscreen mode
How to make NSComboBox work in fullscreen mode
- Subject: How to make NSComboBox work in fullscreen mode
- From: "john chen" <email@hidden>
- Date: Wed, 17 Oct 2007 20:15:19 -0600
Hi,
Does anyone know how to make NSComboBox work in fullscreen mode ? In my
application, when start fullscreen mode, I set the window level to
CGShieldingWindowLevel(). When click on a comboBox on the window, I can't
see anything. And I got this message:PSsetwindowlevel, error setting window
level (1001). The datasoure list of the comboBox seems hidden by the window.
I guess the problem is, the datasource list of comboBox is at
NSPopUpMenuWindowLevel<http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#//apple_ref/doc/c_ref/NSPopUpMenuWindowLevel>,
so it's hidden by the CGShieldingWindowLevel(). My question is, how
to
make it work ?
Any suggestion will be appreciated.
Thanks,
John
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden