if len(self.listKeys) > 0:
                        listBoxCtrl.Set(self.listKeys)
                        listBoxCtrl.SetSelection(0)
                        labelCtrl.SetValue(self.listKeys[0])
                        self.oldSel=0