Re: What is the equivalent Cocoa window level of Carbon kUtilityWindowClass?

2012-08-02 Thread Ken Thomases
> 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

What is the equivalent Cocoa window level of Carbon kUtilityWindowClass?

2012-08-01 Thread Volker Schumacher
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

Re: window level

2010-05-26 Thread XiaoGang Li
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

Re: window level

2010-05-25 Thread Matt Neuburg
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

window level

2010-05-25 Thread XiaoGang Li
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