Re: Buglets in dlgFunction - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Buglets in dlgFunction
Date
Msg-id 937d27e10810100933l3fe51cf3h2dd4a921902ae58d@mail.gmail.com
Whole thread Raw
In response to Re: Buglets in dlgFunction  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Buglets in dlgFunction  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
On Thu, Oct 9, 2008 at 5:30 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:

> OK, problem was in the CreateColumns function, file
> pgadmin/ctl/ctlListView.cpp. Complete patch attached.

Okey-doke. So the latest testing shows:

dlgTable:

Existing table: Privileges listview may missing until resized
New table: Privileges listview may be missing until resized

dlgSequence:

Existing sequence: Privileges listview may be mis-sized until resized
New sequence: Privileges listview may be mis-sized until resized

dlgDatabase:

New database: Privileges listview may be mis-sized until resized
Existing database: Privileges listview may be mis-sized until resized

dlgPackage:

Existing package: Privileges and SQL pane controls incorrectly
sized/missing initially (fixed when resized).
New package: Privileges and SQL pane controls incorrectly
sized/missing initially (fixed when resized).

dlgTablespace:

New tablespace: Privileges listview may be mis-sized until resized
Existing tablespace: Privileges listview may be mis-sized until resized

dlgSchema:

Existing schema: Privileges listview may be mis-sized until resized
New schema: Privileges listview may be mis-sized until resized

dlgView:

Existing view: Privileges listview may be mis-sized/missing until resized
New view: Privileges listview may be mis-sized/missing until resized

So it's definitely getting better :-). We seem be be down to one bug
now (with the exception of dlgPackage) which I now realise seems to
manifest itself when any dialogue (with a privileges tab) opens with a
different size than it's default/minimum. In that case, the listview
will either be displayed at the standard height (thus looking too
small if the height of the dialogue is greater than normal), or
entirely mis-sized or missing. Should be relatively easy to force the
pane to resize I hope.

:-)

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

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Buglets in dlgFunction
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7489 - in trunk/pgadmin3: . pgadmin/frm