performZoom: in awakeFromNib
performZoom: in awakeFromNib
- Subject: performZoom: in awakeFromNib
- From: Darin Duphorne <email@hidden>
- Date: Wed, 13 Feb 2002 22:56:21 -0600
I zoom my window to full screen with the following method in awakeFromNib:
It used to work until I converted my app to a document-based application.
Now, performZoom zooms almost to the screen extent but not quite. If I
comment out the command and do it manually in the GUI, it zooms as expected.
Any thoughts?
[[htmlView window] performZoom:nil];
_______________________________________________
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.