Can't make window.
Can't make window.
- Subject: Can't make window.
- From: Steve <email@hidden>
- Date: Mon, 10 Feb 2003 18:19:26 +0000
Thanks for the help in creating a custom window.
Heh, heh, typing code to make windows, just like the good old days!
But what's wrong with this (unknown message selector):
------------------
NSRect rect = NSMakeRect(20, 20, 200, 200);
NSWindow *wind;
[wind
initWithContentRect:rect:NSBorderlessWindowMask:NSBackingStoreBuffered:t
rue];
--------------
The documentation says:
- (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned
int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
_______________________________________________
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.