Re: NSWindow alloc/dealloc problems
Re: NSWindow alloc/dealloc problems
- Subject: Re: NSWindow alloc/dealloc problems
- From: j o a r <email@hidden>
- Date: Mon, 29 Nov 2004 20:23:00 +0100
On 2004-11-29, at 19.53, Alex Reynolds wrote:
Is it not enough to simply resize and / or reposition it (-[NSWindow
setFrame:display:])?
Thanks. I used [targetWindow setFrame:NSMakeRect(0,0,0,0) display:NO];
and this worked perfectly.
Why would you want to set it to have zero width and height? I would
have expected something like: NSMakeRect(0.0, 0.0, 1024.0, 768.0).
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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