Problem with NSBorderlessWindowMask window
Problem with NSBorderlessWindowMask window
- Subject: Problem with NSBorderlessWindowMask window
- From: Thierry Bucco <email@hidden>
- Date: Mon, 25 Jun 2001 19:48:27 +0200
Hi,
I created a custom window using :
NSWindow* result = [super initWithContentRect:contentRect
styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered
defer:NO];
Into this window I have a textfield, the problem is that I am unable to
enter some text into it. There is not gray border around it.
But when I change NSBorderlessWindowMask to a normal window with title,
it works, what is the problem ?
I try with makeFirstResponder... but without success.
Thanks for your help.
Thierry