Re: searching info, doc, examples for OS X cocoa app
Re: searching info, doc, examples for OS X cocoa app
- Subject: Re: searching info, doc, examples for OS X cocoa app
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 4 May 2001 19:00:05 +0200
On vendredi, mai 4, 2001, at 02:35 , Uli Zappe wrote:
Am Donnerstag, 3. Mai 2001 um 23:32 schrieb kristin:
p.s.: we are searching the way to remember the position of the window
in the screen too (to keep it in a "preference" so when the app run
again, the window will be place at the same place when we shut down
the
app)
You can use -[NSWindow setFrameAutosaveName:] if you want the window
position to be saved automatically.
Even more elegant is to simply set the autosave name in IB's inspector
(works fine for me, though I have heard there is still a bug when you
do it this way).
There's a bug for the NSTableView saveName in IB. It just doesn't save
it. I didn't try for Window, that might be the occasion.
--
Stephane