Skip navigation.
 
mlRe: Window Placement
FROM : Christopher Holland
DATE : Thu Nov 07 20:18:00 2002

Should be:

NSRect d;

(notice no bang)


On Thursday, November 7, 2002, at 05:56  AM, <email_removed> wrote:

> I'm trying to use the following code to get a perfect placement for my
> window:
>
> NSRect *d;
> NSScreen *screen = [NSScreen mainScreen];
> d = [screen frame];
> [[winControl window] setFrame:[NSRect x:[[d width]/2-500/2] y:[[d
> height]/2-500/2] w:700 h:500] display:NO];
>
> But for some reason I get 2 errors trying to run it:
> following
> AppController.m:121: incompatible types in assignment
> AppController.m:122: parse error before "NSRect"
>
> Any ideas?
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlWindow Placement CyberRat17 Nov 7, 12:56
mlRe: Window Placement Clark S. Cox III Nov 7, 16:51
mlRe: Window Placement j o a r Nov 7, 16:52
mlRe: Window Placement Stéphane Sudre Nov 7, 16:57
mlRE: Window Placement Jonathan E. Jackel Nov 7, 18:21
mlRe: Window Placement Marco Binder Nov 7, 18:40
mlRe: Window Placement (The third) Marco Binder Nov 7, 18:49
mlRe: Window Placement Christopher Hollan… Nov 7, 20:18
mlRE: Window Placement Jonathan E. Jackel Nov 7, 22:27
mlRe: Window Placement Ondra Cada Nov 8, 01:43
mlRe: Window Placement John C. Randolph Nov 11, 01:42
mlRe: Window Placement Kevin Callahan Nov 11, 04:02