> window level to NSTornOffMenuWindowLevel, and for the carbon windows i use
> kUtilityWindowClass. Both works fine, windows are floating above other
> applications, but the problem is that carbon and cocoa windows don't have the
> same window level, so carbon windows will al
Hi,
I am working on a cocoa application that creates both normal cocoa windows and
cocoa windows that are initialized with carbon windows. All windows should be
floating above all applications. For the cocoa windows i set the window level
to NSTornOffMenuWindowLevel, and for the carbon windows
Thanks, Matt and Paul, I will consider your suggestion to redesign my
windows level.
On Wed, May 26, 2010 at 5:47 AM, Matt Neuburg wrote:
> On Tue, 25 May 2010 17:34:37 +0800, XiaoGang Li
> said:
> > For my application, there is a button in the modal window, if user
> >click this button, I
On Tue, 25 May 2010 17:34:37 +0800, XiaoGang Li
said:
> For my application, there is a button in the modal window, if user
>click this button, I will open the helper book through NSHelperManager.
>Unfortunately, the helper window is ordered in the back of the modal window,
>I think this is no
Hello, List,
Question about the window level. I will be so appreciated for any
comments.
There are three kinds of windows in my application: one modal window,
the window launched by NSHelperManager, and the font or color panel.
For my application, there is a button in the