Re: Feature Request: move column in edit grid
От | Dave Page |
---|---|
Тема | Re: Feature Request: move column in edit grid |
Дата | |
Msg-id | 937d27e10906260640q6f7d3988w8b42087c7b5390c@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Feature Request: move column in edit grid (Willy-Bas Loos <willybas@gmail.com>) |
Список | pgadmin-support |
On Fri, Jun 26, 2009 at 2:11 PM, Willy-Bas Loos<willybas@gmail.com> wrote: >>No. >>-- >>Dave Page > > So what would it take to implement that? At first glance, this: Index: pgadmin/frm/frmEditGrid.cpp =================================================================== --- pgadmin/frm/frmEditGrid.cpp (revision 7945) +++ pgadmin/frm/frmEditGrid.cpp (working copy) @@ -115,6 +115,7 @@ SetStatusBarPane(-1); sqlGrid = new ctlSQLEditGrid(this, CTL_EDITGRID, wxDefaultPosition, wxDefaultSize); + sqlGrid->EnableDragColMove(true); // Set up toolbar toolBar = new ctlMenuToolbar(this, -1, wxDefaultPosition, wxDefaultSize, wxTB_FLAT | wxTB_NODIVIDER); It appears to work in a 30 second test, but I'm sure it will have broken something non-obvious. Regards, Dave. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
В списке pgadmin-support по дате отправления: