[pgadmin-support] Failed to compile pgadmin3 1.6.0 & 1.6.1 with wxWidgets 2.8.0 release

2006-12-14 Thread smartkenny
Hi, all I failed to compile pgadmin3 1.6.0 & 1.6.1 with wxWidgets 2.8.0 release. The errors are following: ./ctl/explainCanvas.cpp: In member function ‘void ExplainCanvas::SetExplainString(const wxString&)’: ./ctl/explainCanvas.cpp:124: error: cannot convert ‘wxObjectList::compatibility_iterator

[pgadmin-support] Menu accelerators don't work when another window has a modal dialog open

2006-12-14 Thread Daniel Segall
Summary: If I have two Query windows open, and one has a modal dialog open, I cannot execute queries in the other one by pressing F5. Using the mouse to select Query -> Execute, however, does work. To Reproduce: 1. Open 2 Query windows. 2. In one window, select File -> Open. Leave the Open

Re: Re : Re : Re : [pgadmin-support] No text for error messages only

2006-12-14 Thread Andy Shellam (Mailing Lists)
(I have read the the particulary annoying bug of empty tables not being editable is fixed in 1.6.2) Excellent, I'll be looking forward to that! -- Andy Shellam NetServe Support Team the Mail Network "an alternative in a standardised world" ---(end of broadcast)-

Re : Re : Re : [pgadmin-support] No text for error messages only numbers

2006-12-14 Thread Laurent ROCHE
Hi, OK, I have found what the problem is ! My databases are in UTF8, with another charset (LATIN1, ...) that works fine. And I have checked: pgAdmin III v 1.4.3 can display the error messages of a UTF8 database (as well as non UTF8). So something got broken along the way ! Good luck fixing it.