On Thu, 9 Apr 2009 17:31:52 +0100, Benjamin Dobson <importedfromsp...@googlemail.com> said: > >On 9 Apr 2009, at 16:49:48, Matt Neuburg wrote: > >> On or about 4/8/09 11:25 PM, thus spake "Andrew Farmer" <andf...@gmail.com >> >: >> >>> On 08 Apr 09, at 08:03, Matt Neuburg wrote: >>>> On Tue, 7 Apr 2009 12:37:05 -0400, Walker Argendeli >>>> <heckler0...@bellsouth.net> said: >>>>> I am making a simple application that consists of a small HUD >>>>> window >>>>> that needs to float above another application. How do I make it so >>>>> that A. it floats above everything, and B. when I switch to another >>>>> application, it remains on top. >>>> >>>> Search the archives for example code showing how your app can be >>>> notified >>>> when an app switch occurs... m. >>> >>> This isn't necessary, actually. Setting the window's level to >>> NSFloatingWindowLevel or so, and setting it to not hide on >>> deactivate, >>> should be sufficient to make it stay above everything. >> >> Really? He wants the HUD window to float above a certain *particular* >> application different from his own and vanish when any other >> application >> is frontmost. What, in your proposed architecture, would make it do >> that? m. > > >That's not what he said: > >> How do I make it so that A. it floats above everything, and B. when >> I switch to another application, it remains on top.
Oh, I thought "floats above another application" meant "floats above another *particular* application". After all, if that isn't what's meant, then why didn't he start by asking for a HUD window that just floats above all applications always? You see, I've written some applications where I've got a floating window that floats above *my* app if it is frontmost, but also floats a certain particular other app if *it* is frontmost. (But vanishes if any *other* application is frontmost.) Thus, my application's window and my application's abilities are, as it were, injected into this one other application, supplementing it. Now, of course the OP's original note was confusingly written, but still, I thought I recognized in it a desire to do the kind of thing I was doing... m. -- matt neuburg, phd = m...@tidbits.com, <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings _______________________________________________ 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