Re: Feedback from recent training - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Feedback from recent training
Date
Msg-id 937d27e10904261320w38f6d134n782f91a32d07de2a@mail.gmail.com
Whole thread Raw
In response to Re: Feedback from recent training  (Simon Riggs <simon@2ndQuadrant.com>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Feedback from recent training
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7824 - trunk/pgadmin3/pgadmin/debugger