Re: [pgadmin-hackers] EditGrid options

2003-10-18 Thread Dave Page
> -Original Message- > From: Dave Page > Sent: 18 October 2003 13:15 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] EditGrid options > > It's rumoured that Andreas Pflug once said: > > > > Just a hint: when inheriting a dlg from dlgProperty, it > will

[pgadmin-hackers] RPM build problem

2003-10-18 Thread Jean-Michel POURE
Dear friends, I got a RPM build problem in snapshots: checking for wxWindows... yes configure: error: you need to install the stc package from wxWindows/contrib/ src/stc error: Bad exit status from /var/tmp/rpm-tmp.76395 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.76395 (

Re: [pgadmin-hackers] EditGrid options

2003-10-18 Thread Dave Page
It's rumoured that Andreas Pflug once said: > Hi Dave, > > I just had a look at your recent work, and have some remarks. > > - You know I'm not really a fan of popup windows (especially the modal > ones), can't we implement this in a different way? I don't think it's an unreasonable use of a modal

[pgadmin-hackers] EditGrid options

2003-10-18 Thread Andreas Pflug
Hi Dave, I just had a look at your recent work, and have some remarks. - You know I'm not really a fan of popup windows (especially the modal ones), can't we implement this in a different way? - The sort (filter-to-come) options are not visible. - for very large tables, it's annoying if the quer

Re: [pgadmin-hackers] pgadmin 1.0.1 fails to build

2003-10-18 Thread Raphaƫl Enrici
Hiroshi Saito wrote: Did you define monolithic ? Hiroshi, this put me on the way (and also latest mail from Adam concerning Mac OS X Port)! I had a look to the libs included in the latest link stage and wx ones were missing (as I suspected before). The configure script from 1.1.0 adds lots

Re: [pgadmin-hackers] PgAdmin3 on Mac

2003-10-18 Thread Dave Page
It's rumoured that Adam H.Pendleton once said: > Anyway, at least it compiles and runs, right? Cool, nice one! > :-) > > Dave, you might want to think about backporting my acinclude and > Makefile.am changes to the REL_1_0_1 branch, especially the new > wxWindows library code detection, since th