vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Andreas Pflug [mailto > Sent: 30 November 2005 22:52 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: pgadmin 1.4.1? > > Dave Page wrote: > > Before would be good, for the installer! > > Agreed, but we should fix the grant combobox issue first. > Maybe tomorrow. Yeah, I was hoping to look at it some more. /D ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| Dave Page wrote: > > > >>-----Original Message----- >>From: Andreas Pflug [mailto >>Sent: 30 November 2005 22:52 >>To: Dave Page >>Cc: pgadmin-hackers@postgresql.org >>Subject: Re: pgadmin 1.4.1? >> >>Dave Page wrote: >> >>>Before would be good, for the installer! >> >>Agreed, but we should fix the grant combobox issue first. >>Maybe tomorrow. > > > Yeah, I was hoping to look at it some more. Ok, found that beast. wx changed the wxChoice/wxComboBox API, introducing a new method GetCurrentSelection that has the functionality of <2.6.2 GetSelection. Fool me, believing that 2.6.x had a stable API on basic controls, so it wouldn't matter if 2.6.0 or 2.6.2 is used... Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |