Re: support for DESC/NULLS FIRST/NULLS LAST - Mailing list pgadmin-hackers

From Dave Page
Subject Re: support for DESC/NULLS FIRST/NULLS LAST
Date
Msg-id 937d27e10811140305q38a2ac93g21c2d8ee18151883@mail.gmail.com
Whole thread Raw
In response to support for DESC/NULLS FIRST/NULLS LAST  (Quan Zongliang <quanzongliang@gmail.com>)
Responses Re: support for DESC/NULLS FIRST/NULLS LAST
List pgadmin-hackers
On Fri, Nov 14, 2008 at 10:58 AM, Quan Zongliang
<quanzongliang@gmail.com> wrote:
> Hi, all
>
> TODO Item:
> - Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes.
> had been completed and tested the debug configuration's build.
> It works finely.
>
> But, I built it at release configuration. Something is wrong.
> The modified dialog was not displayed, whereas old style. And easy to got
> a invalid memory access.
> I think the modified xrc file not be included to release build, but the
> code is done.
>
> The .xrc .h and .cpp files had been modified, what missed?
> I am newbie in wxWidgets and C++.

You need to run the embed-xrc script in the pgadmin/ui directory. It
will regenerate xrcdialogs.cpp from the XRC files. This is not used in
debug builds - instead the XRC files are loaded whenever a dialog is
opened. This makes it much easier to test changes.

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

pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: support for DESC/NULLS FIRST/NULLS LAST
Next
From: "Dave Page"
Date:
Subject: Re: bug report