Re: Copy/Paste table(s) functions - git context patch

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Copy/Paste table(s) functions - git context patch
Date: 2011-08-08 20:50:16
Message-ID: 1312836616.1997.7.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, 2011-08-08 at 06:24 +0200, Vladimir Kokovic wrote:
> Hi,
>
> I changed the names of files, so files do not start now with the 'frm' !
>
> In this version, disconnect from the DB server has been fixed.
>

Cannot check that because I have a segfault each time I paste one or
more tables in a schema.

> Additionally, I started a new form, (frmCopyTables.xrc) for the
> selection from the list of objects, but I have a problem with the XRC
> file, so I need help with the XRC file.
>

First, please, let's get the first patch done. Let's iron it so that I
can commit it before adding new problems/bugs with new features.

> Please, Guillaume see what's wrong with the XRC file.
>

Would be simpler if you could tell me what your issue is.

I suppose it has to do with the fact that the ctlCheckTreeView doesn't
grow to fill the space in the dialog. First, growablecols, and
growablerows should be 0, and not 1. At 1, it make the cell in the 2nd
row, 2nd column to grow as much as possible. Too bad there isn't a cell
there. At 0, it make the cell in the 1st row, 1st column to grow AMAP.
Second, you should get rid of the wxPanel. It doesn't grow. With all
these fixes, you should obtain the file attached. And this time, the
ctlCheckTreeView grows with the window.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

Attachment Content-Type Size
frmCopyTables.xrc text/html 2.0 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-08 22:30:48 Re: Fixing issues between objects and properties dialogs
Previous Message Guillaume Lelarge 2011-08-08 20:07:52 pgAdmin III commit: Fix "Current log" selection in the log combobox