Re: Buglets in dlgFunction

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: Buglets in dlgFunction
Date: 2008-10-10 16:33:23
Message-ID: 937d27e10810100933l3fe51cf3h2dd4a921902ae58d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Oct 9, 2008 at 5:30 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2008-10-13 10:57:07 SVN Commit by dpage: r7489 - in trunk/pgadmin3: . pgadmin/frm
Previous Message Guillaume Lelarge 2008-10-09 16:30:32 Re: Buglets in dlgFunction