Re: setFrameUsingName , setFrameAutosaveName
Re: setFrameUsingName , setFrameAutosaveName
- Subject: Re: setFrameUsingName , setFrameAutosaveName
- From: Ondra Cada <email@hidden>
- Date: Fri, 13 Sep 2002 13:49:31 +0200
On Friday, September 13, 2002, at 05:28 , Andreas Mayer wrote:
Where should I put this line in?
Behind the saveFrame I thought.
But I think you should not even have to use saveFrame...
This worked for me in an other project:
[documentWindow setFrameAutosaveName:@"SomeWindow"];
[documentWindow setFrameUsingName:@"SomeWindow"];
Haven't tried in 10.2, but (a) it should work without the second line just
as well, (b) if you set the window name in IB, it should work without any
code at all.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.