pgAdmin3.cpp:329
int count = wxDir::GetAllFiles(uiPath+COMMON_DIR, &files, wxT("*.xrc"), wxDIR_FILES);
if (!count)
return false;
On Panther count == 0, and since OnIni() just returns false, the program just stops instead of printing an error. There should probably be an error handler here. As for why GetAllFiles is returning 0, well, I don't know. The directory path seems okay ("/usr/local/pgadmin3/ui" + "common") but it still loads nothing. Any ideas?
ahp
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly