Normal behavior?
Normal behavior?
- Subject: Normal behavior?
- From: "Peter Karlsson" <email@hidden>
- Date: Sun, 16 Mar 2003 16:17:31 +0000
Dear list!
I'm using this line to set the window position and size:
[mainwindowOutlet setFrame:NSMakeRect(0,0,1280,998) display:YES];
Everything works as expected,. But If I make the window 1 pixel higher like
this:
[mainwindowOutlet setFrame:NSMakeRect(0,0,1280,999) display:YES];
It kind of snaps to the meny and leaves about 4 pixels at the botton of the
screen. Is this normal behavior? My resolution is 1280 x 1024.
Best regards Peter
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
_______________________________________________
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.