Re: Auto saving Window position broken?
Re: Auto saving Window position broken?
- Subject: Re: Auto saving Window position broken?
- From: Jesus De Meyer <email@hidden>
- Date: Thu, 29 Apr 2004 15:47:18 +0200
If your windows are controlled by a window controller then: "The
default initialization turns on cascading [...] and sets the window
frame autosave name to an empty string".
The window does indeed belong to a subclass of NSWindowController. So
I guess I should set its autosave name manually right?
Does your application have an identifier? i.e. if you look in the
Info.plist there will be a key named CFBundleIdentifier which should
have the value of "com.<your company>.<your application>" --
preference files are saved in ~/Library/Preferences, here you can
check to see what actually goes into the file (i.e. the auto saved
window and table view sizes/positions).
Yes it does, I do have other preferences settings and those get saved
perfectly
_______________________________________________
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.