Re: Import: how to display warnning & error message - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Import: how to display warnning & error message
Date
Msg-id 937d27e10901060255s551e32c4g8cf623a68a5dd78e@mail.gmail.com
Whole thread Raw
In response to Re: Import: how to display warnning & error message  (Quan Zongliang <quanzongliang@gmail.com>)
Responses Re: Import: how to display warnning & error message  (Quan Zongliang <quanzongliang@gmail.com>)
List pgadmin-hackers
On Tue, Jan 6, 2009 at 10:51 AM, Quan Zongliang <quanzongliang@gmail.com> wrote:
>
> Sorry for my bad English.
> I mean that the items' tips should be displayed properly.
> For example: in new index dialog
> After open, the message "Please specify name." is displayed in status
> bar. Then input index's name, message becomes "Please specify columns."
> Like this, prompt end user what need to do.

Ahh, I see. Well, I'd just use a message box if they press Next and
haven't filled something in that case. It should be fairly clear from
the UI what they need to fill in anyway. Of course - don't show
multiple message boxes for a single attempt to move forward - check
each item in turn and error out on the first one that isn't valid.


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

pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: Re: Import: how to display warnning & error message
Next
From: Quan Zongliang
Date:
Subject: Re: import function's progress report