Re: Feedback from recent training

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Feedback from recent training
Дата
Msg-id 937d27e10904261320w38f6d134n782f91a32d07de2a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Feedback from recent training  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgadmin-hackers
On Sun, Apr 26, 2009 at 8:54 PM, Simon Riggs <simon@2ndquadrant.com> wrote:
>
> Well, I meant that you would select two things:
>  * Base Type (List control) e.g. Integer
>  * Array or Not (Radio Button) e.g. Non-Array
> which would then result in a non-array Integer. So the radio button
> alters the meaning of the item selected from the list box.

For an UI element where the choices are boolean a radio button is
inappropriate - that's what a checkbox is for, e.g.

Type [integer                 ]  Array? [x]

The radio button should be used to select from distinct options - for
example, in a trigger you might use radio buttons for BEFORE UPDATE or
AFTER UPDATE.

I guess the question though, is whether we would want the option to
global or local. I'd probably lean toward global rather than
cluttering every dialogue with extra controls - especially as users
either know about array types and use them, or don't use them.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Feedback from recent training
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7824 - trunk/pgadmin3/pgadmin/debugger