if len(self.configs) > 0:
            listBoxCtrl.Set([n[0] for n in self.configs])
            listBoxCtrl.SetSelection(0)
            setValue(self.configs[0])
            self.oldSel=0