Re: [pgadmin-support] Feature Request: move column in edit grid

2009-06-26 Thread Dave Page
On Fri, Jun 26, 2009 at 2:11 PM, Willy-Bas Loos 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)

Re: [pgadmin-support] Feature Request: move column in edit grid

2009-06-26 Thread Willy-Bas Loos
>No. >-- >Dave Page So what would it take to implement that? (anyone else on this list that would like such a feature?) -- "Patriotism is the conviction that your country is superior to all others because you were born in it." -- George Bernard Shaw

Re: [pgadmin-support] BUG: pgScript NOT thread safe!!

2009-06-26 Thread Dave Page
On Fri, Jun 26, 2009 at 9:57 AM, Ashesh Vashi wrote: > Looks good. > Working fine on linux and windows :) Thanks - I'll commit it. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subsc

Re: [pgadmin-support] BUG: pgScript NOT thread safe!!

2009-06-26 Thread Ashesh Vashi
Looks good. Working fine on linux and windows :) Dave Page wrote: On Fri, Jun 26, 2009 at 5:50 AM, Ashesh Vashi wrote: That's really weird. I tried that patch on windows and found that - the behavior of wxMutex is not as expected. :( On Gtk (Ubuntu 9.04 32bit), the message-box does not adjust

Re: [pgadmin-support] BUG: pgScript NOT thread safe!!

2009-06-26 Thread Dave Page
On Thu, Jun 25, 2009 at 6:55 PM, Mickael Deloison wrote: > Very sorry for this bug. I did not take into account the case when one > uses 2 or more Query tool windows. If one launches two windows, it > will create two pgsApplication. However, it will use the same > Flex/Bison parser. Actually I can

Re: [pgadmin-support] BUG: pgScript NOT thread safe!!

2009-06-26 Thread Dave Page
On Fri, Jun 26, 2009 at 5:50 AM, Ashesh Vashi wrote: > That's really weird. > I tried that patch on windows and found that - the behavior of wxMutex is > not as expected. :( > > On Gtk (Ubuntu 9.04 32bit), the message-box does not adjust to the length of > the title message. > (Please find the att