Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Editable fields in a borderless window



Thanks Robert, and all who replied to my question.  Works like a charm!

--
Louis


At 05:18 PM 9/15/05, Robert Clair wrote:
You have to subclass NSWindow and override [NSWindow
canBecomeKeyWindow] to return YES in your custom class:

- (BOOL) canBecomeKeyWindow
{
  return YES;
}

The default implementation returns NO for a borderless window.


...Bob Clair

-- Louis Sinclair Minnetonka Audio Software, Inc.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >Re: Editable fields in a borderless window (From: Robert Clair <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.