sheet weirdness
sheet weirdness
- Subject: sheet weirdness
- From: Daniel Todd Currie <email@hidden>
- Date: Sun, 18 Apr 2004 21:19:42 -0700
The following code:
NSLog(@"size before: %@", NSStringFromSize([newVersionWindow
frame].size));
[NSApp beginSheet:newVersionWindow modalForWindow:windowForSheet
modalDelegate:nil didEndSelector:nil contextInfo:nil];
NSLog(@"size after: %@", NSStringFromSize([newVersionWindow
frame].size));
Yields the following run log entries:
2004-04-18 21:15:19.421 DTCVM Example[2690] size before: {465, 348}
2004-04-18 21:15:20.362 DTCVM Example[2690] size after: {465, 326}
Any ideas what is causing the window/sheet to be resized? TIAA!
-- Daniel Currie
_______________________________________________
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.