X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=OptionAlceste.py;h=6465e2953dd118cf1652c4f6b2716668675db885;hp=ea3ba80956ac12e7053a41e07ce8b0884df4ae7c;hb=9bde3d55d2131f1a33234a43c0de8b200ddb8f9a;hpb=22cd27b2bbe9ab1ffa7ef06fa764b5147ae17dad diff --git a/OptionAlceste.py b/OptionAlceste.py index ea3ba80..6465e29 100755 --- a/OptionAlceste.py +++ b/OptionAlceste.py @@ -76,7 +76,7 @@ analysée (2 = automatique)""" def __do_layout(self): sizer_1 = wx.BoxSizer(wx.VERTICAL) sizer_2 = wx.BoxSizer(wx.VERTICAL) - grid_sizer2 = wx.FlexGridSizer(15, 2, 0, 0) + grid_sizer2 = wx.FlexGridSizer(0, 2, 0, 0) grid_button = wx.FlexGridSizer(1, 3, 0, 0) #grid_sizer2.Add(self.label_dict, 0, wx.ALIGN_LEFT | wx.ALIGN_CENTER_VERTICAL, 0) @@ -168,8 +168,8 @@ class OptionPam(wx.Dialog): self.label_1 = wx.StaticText(self, -1, u"Lemmatisation") self.radio_1 = wx.RadioBox(self, -1, u"", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS) - self.label_exp = wx.StaticText(self, -1, u"Utiliser le dict. des expressions") - self.radio_exp = wx.RadioBox(self, -1, u"", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS) + #self.label_exp = wx.StaticText(self, -1, u"Utiliser le dict. des expressions") + #self.radio_exp = wx.RadioBox(self, -1, u"", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS) txt = u"""Methode de construction de la matrice des distances""" self.label_12 = wx.StaticText(self, -1, txt) @@ -212,10 +212,10 @@ de la matrice des distances""" else: self.radio_1.SetSelection(1) expressions = self.pamconf.getboolean('pam', 'expressions') - if expressions : - self.radio_exp.SetSelection(0) - else : - self.radio_exp.SetSelection(1) + #if expressions : + # self.radio_exp.SetSelection(0) + #else : + # self.radio_exp.SetSelection(1) self.choice_1.SetSelection(self.distance.index(self.pamconf.get('pam', 'method'))) if self.pamconf.get('pam', 'cluster_type') == u'pam' : self.radio_box_3.SetSelection(0)