Re: import function's progress report

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: "Dave Page" <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: import function's progress report
Date: 2009-01-04 07:46:55
Message-ID: 20090104155618.7DCF.4125B4E5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


The work restarted.

> No, we don't make UI design optional - we use the appropriate controls
> for the task and leave it at that.
I had read wxWizard's document. The button's label and status can't be
controlled. But I think we need <start> <stop> or <pause> buttons and
labels or more controller to control the data import progress.
One choice:
We can use wxWizardPage to contain this contrllers, as it derived from
wxPanel. But this may make UI look strange.
Two:
Rewrite the wxWizard class, add some Get and Set method to control more
elements.

Which?

-----------------------------------------------
Quan Zongliang
quanzongliang(at)gmail(dot)com
CIT Japan: http://www.cit.co.jp
CIT China: http://www.citbj.com.cn

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2009-01-04 12:53:49 Re: Server Status window work
Previous Message Dave Page 2009-01-01 13:04:38 Re: Patch: New Plan Node Type support in pg 8.4