• 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: Making an NSBorderlessWindowMask window act 'normal'
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making an NSBorderlessWindowMask window act 'normal'


  • Subject: Re: Making an NSBorderlessWindowMask window act 'normal'
  • From: Dominique PERETTI <email@hidden>
  • Date: Tue, 22 Jun 2004 16:41:52 +0200

> I have an NSBorderlessWindowMask window that I want to act like a
> normal window when the user clicks on it.

Try :

- (BOOL) canBecomeKeyWindow
{
return YES;
}

This sample file may be helpful :

http://developer.apple.com/samplecode/FunkyOverlayWindow/
FunkyOverlayWindow.html


Dominique PERETTI
http://www.lachoseinteractive.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Making an NSBorderlessWindowMask window act 'normal'
  • Next by Date: Re: NSColorWell, setColor and bindings
  • Previous by thread: Making an NSBorderlessWindowMask window act 'normal'
  • Next by thread: Re: 404 on FunyOverlayWindow
  • Index(es):
    • Date
    • Thread