Re: Preferences (was: UI: "Direct manipulation" is in conflict with "Forgiveness")
Re: Preferences (was: UI: "Direct manipulation" is in conflict with "Forgiveness")
- Subject: Re: Preferences (was: UI: "Direct manipulation" is in conflict with "Forgiveness")
- From: Ondra Cada <email@hidden>
- Date: Thu, 19 Sep 2002 17:58:20 +0200
On Thursday, September 19, 2002, at 04:35 , Jens Bauer wrote:
Nevertheless, what I would recommend is to prepare a preference support
framework. That could save a lot of work, and, what's most important, it
would allow a "metapreference" of user's selection "I want HI-compatible
behaviour" or "I want OK/Apply/Cancel buttons, they aren't HI-compatible,
but I like them better".
Sorry for breaking in here...
If you have an OK button, which means the preferences are set, when you
click it, and you have a Cancel button, which means "forget about what I
did, I screwed up", what's the "Apply"-windows-like button good for then
?
-(IBAction)ok:sender {
[self apply:sender];
[[self window] orderOut:sender];
}
Some like the possibility to either apply&close, or just apply. Of course,
that whether there are both of those or not is again determined by
defaults (ie., the user).
---
Ondra Hada
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.