disable double clustering on RST :(
authorpierre <ratinaud@univ-tlse2.fr>
Sun, 8 Sep 2024 17:23:48 +0000 (19:23 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Sun, 8 Sep 2024 17:23:48 +0000 (19:23 +0200)
OptionAlceste.py

index f0af6f2..e944fb2 100755 (executable)
@@ -42,6 +42,7 @@ class OptionAlc(wx.Dialog):
         #self.radio_1 = wx.RadioBox(self, -1, "", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS)
         self.label_12 = wx.StaticText(self, -1, _("Clustering"))
         self.radio_box_2 = wx.RadioBox(self, -1, "", choices=[_("double on RST"), _("simple on text segments"), _("simple on texts")], majorDimension=0, style=wx.RA_SPECIFY_ROWS) #, u"simple sur UCE (non implemente)"
+        self.radio_box_2.EnableItem(0, False)
         self.label_2 = wx.StaticText(self, -1, _("Size of rst1"))
         self.spin_ctrl_1 = wx.SpinCtrl(self, -1, _("actives forms"),size = (100,30), min=0, max=1000000)
         self.label_3 = wx.StaticText(self, -1, _("Size of rst2"))