Re: import function's progress report - Mailing list pgadmin-hackers

From Quan Zongliang
Subject Re: import function's progress report
Date
Msg-id 20090104155618.7DCF.4125B4E5@gmail.com
Whole thread Raw
In response to Re: import function's progress report  ("Dave Page" <dpage@pgadmin.org>)
Responses Re: import function's progress report  ("Dave Page" <dpage@pgadmin.org>)
List 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@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Patch: New Plan Node Type support in pg 8.4
Next
From: Guillaume Lelarge
Date:
Subject: Re: Server Status window work