Re: I need help with "Preferences" routines.
Re: I need help with "Preferences" routines.
- Subject: Re: I need help with "Preferences" routines.
- From: Yann Bizeul <email@hidden>
- Date: Fri, 30 Jan 2004 12:55:00 +0100
In your project, you release an object never allocated,
You never get your values from the GUI to store them in NSUserDefaults
database (unless you use bindings with XCode, you must manually get and
set GUI elements states.
You should probably read some basic tutorials like those from project
omega or CurrencyConverter from Apple.
Regards
Le 29 janv. 04, ` 22:18, email@hidden a icrit :
Well, I managed to get a GUI preference routine, most of my program is
working and I have stripped out all that does not apply to the
preferences so if
someone could help me make it work I would really appreciate it.
It doesn't save the preferences and if no preferences are found I need
it to
generate some defaults.
The source is available at http://members.aol.com/gtfstbk/
I also have a problem with some windows not being released and would
like to
add an autorelease if possible.
Anyway, if you can take a look and help me figure it out I'd
appreciate it.
There is a file for credits and I would like to credit you for your
efforts
so please place your information in it.
Dale
_______________________________________________
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.
--
Yann Bizeul - yann at tynsoe.org
http://projects.tynsoe.org/
_______________________________________________
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.