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

From Dave Page
Subject Re: import function's progress report
Date
Msg-id 937d27e10812310322i1bacad90x1fdf05502843b129@mail.gmail.com
Whole thread Raw
In response to import function's progress report  (Quan Zongliang <quanzongliang@gmail.com>)
Responses Re: import function's progress report  (Magnus Hagander <magnus@hagander.net>)
Re: import function's progress report  (Quan Zongliang <quanzongliang@gmail.com>)
List pgadmin-hackers
On Wed, Dec 31, 2008 at 11:18 AM, Quan Zongliang
<quanzongliang@gmail.com> wrote:
>> OK. Note that the different pages should be on a wxNotebook - don't
>> use buttons to control the UI (we've - OK, I've - made that mistake
>> before).
>
>
> I use wxToolbook and writed a XML handler. Because I can not find method
> to hide or disable tabs with wxNotebook.
> The UI is controlled by "Back" and "Next" button. Only current page
> enbled. This is easy to code (I am lazy -.-). It can be modified if need.

If you want to use Next/Previous buttons, then you should certainly be
using a wxWizard. They're actually pretty easy to code.

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

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Patch to handle connection limit for roles
Next
From: Quan Zongliang
Date:
Subject: Re: import function's progress report