• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Editable fields in a borderless window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Editable fields in a borderless window


  • Subject: Re: Editable fields in a borderless window
  • From: Louis Sinclair <email@hidden>
  • Date: Thu, 15 Sep 2005 18:34:49 -0500

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:
This email sent to email@hidden


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

  • Prev by Date: Entity Relationship Modeling Editor
  • Next by Date: Re: iTunes playlist icons
  • Previous by thread: Re: Editable fields in a borderless window
  • Next by thread: enabling page setup
  • Index(es):
    • Date
    • Thread