Re: [pgadmin-hackers] ReadOnly ComboBoxes in dlgSelectConnection.cpp

2010-08-23 Thread Guillaume Lelarge
Hi, Le 22/08/2010 11:48, Steffen Kuhn a écrit : > [...] > if pgAdmin is startet with option 'S' and there are no QuickConnect > informations in the settings > the readonly comboboxes make no sense. > Yes, this was a known bug (at least to me), but didn't find the time to work on it. > I tried f

[pgadmin-hackers] ReadOnly ComboBoxes in dlgSelectConnection.cpp

2010-08-22 Thread Steffen Kuhn
Hi , if pgAdmin is startet with option 'S' and there are no QuickConnect informations in the settings the readonly comboboxes make no sense. I tried following code: if (form == NULL) { cbServer->SetValue(settings->Read(wxT("QuickConnect/server"), wxEmptyString)); if (cbServer