Re: Window Placement
Re: Window Placement
- Subject: Re: Window Placement
- From: j o a r <email@hidden>
- Date: Thu, 7 Nov 2002 16:52:23 +0100
Try this instead (NSRect is a struct, not an object):
[myWindow setFrame: NSMakeRect(xFloat, yFloat, wFloat, hFloat) display:
NO];
This documenation can be found under Cocoa > Foundation > Functions.
j o a r
On Thursday, Nov 7, 2002, at 12:56 Europe/Stockholm, email@hidden
wrote:
[[winControl window] setFrame:[NSRect x:[[d width]/2-500/2] y:[[d
height]/2-500/2] w:700 h:500] display:NO];
_______________________________________________
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.