Utility Panel and AppleScriptKit.framework issue
Utility Panel and AppleScriptKit.framework issue
- Subject: Utility Panel and AppleScriptKit.framework issue
- From: b UND d <email@hidden>
- Date: Thu, 12 Apr 2007 18:22:59 +0200
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.
Any ideas why this happens and how to solve it?
Many thanks in advance
Dominik
_______________________________________________
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