Mailinglist Archive: yast-devel (156 mails)
| < Previous | Next > |
[yast-devel] Wizard dialogs without help?
- From: Johannes Meixner <jsmeix@xxxxxxx>
- Date: Thu, 28 Jun 2007 09:56:37 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0706280944001.23176@xxxxxxxxxxxxxx>
Hello,
for HackWeek I am working on an experimental YaST module, see
http://idea.opensuse.org/content/ideas/usable-printer-setup-tool
Currently I use for the dialogs something like
--------------------------------------------------------------
Wizard::SetContentsButtons ( caption,
contents,
HELPS["basic_add_dialog"]:"",
Label::BackButton(),
Label::NextButton()
);
--------------------------------------------------------------
Is it possible to get Wizard dialogs without help sub-window?
I.e. have full-screen contents?
Reason 1:
My superb new innovative dialogs (TM) are fully self-explanatory
so that there is no need for any help text at all.
Reason 2:
I read in books from usability experts that a UI is very likely
bad designed when explanation texts (aka. help texts) are needed.
Reason 3:
My superb new innovative dialogs (TM) are perfectly designed ;-)
Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |