Re: Utility Panel and AppleScriptKit.framework issue
Re: Utility Panel and AppleScriptKit.framework issue
- Subject: Re: Utility Panel and AppleScriptKit.framework issue
- From: Matt Neuburg <email@hidden>
- Date: Tue, 17 Apr 2007 21:56:49 -0700
- Thread-topic: Utility Panel and AppleScriptKit.framework issue
On Thu, 12 Apr 2007 18:22:59 +0200, b UND d <email@hidden> said:
>Hi all,
>
>I am working on a utility that - similar to Apple's 'Accessibility
>Inspector' - needs a panel (some buttons and a text field) floating
>above all other Application's windows.
>No problem so far - I used an NSPanel with the utility window option
>checked, added 'setHidesOnDeactivate:NO' and everything works as
>expected: I can click buttons and type into text fields in this Panel
>while other applications stay frontmost.
>But as soon as I link my project against AppleScriptKit.framework (I
>have to) - it fails. Every click on the panel makes my application
>frontmost. I added a 'setBecomesKeyOnlyIfNeeded:YES' but that didn't
>solve the problem with the text field.
Apple's "Accessibility Inspector" achieves its behavior by setting
LSUIElement to 1 in the plist. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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