Re: Some questions on the backup window

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Some questions on the backup window
Date: 2009-12-10 15:40:32
Message-ID: 937d27e10912100740x1db46b8ei3b40cc103516df05@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Dec 10, 2009 at 3:34 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:

> I did it yesterday. See the screenshot attached.

Nice. Why are the tabs at the bottom though? If that's your code,
rather than your theme, it should be changed to match the rest of the
app.

> I can't use the list from the grant wizard. It seems I will need to create a
> new component to get a treeview with checkbox. And it won't be easy.

The GW lists different object types in a flat list, so you could use
it. If you want a treeview with checkboxes, you could look at what I
did for StackBuilder - for example the AppTreeCtrl in
http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/AppSelectionPage.cpp?rev=1.10&content-type=text/x-cvsweb-markup.
It's pretty simple - we just toggle the node image as the user clicks.

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2009-12-10 16:05:44 Re: Some questions on the backup window
Previous Message Guillaume Lelarge 2009-12-10 15:34:13 Re: Some questions on the backup window