X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=94122324bd6bdab8e02c2999bcbcf05778c028e8;hp=7308f437c7ad52eb06c1111a3e455a23eb1a9d57;hb=fca6f30e3159a44e2a4f053546d1d7df21ad8c6b;hpb=a8c7144718828c3f7745c054d1e16c100734d9d5;ds=sidebyside diff --git a/ProfList.py b/ProfList.py index 7308f43..9412232 100644 --- a/ProfList.py +++ b/ProfList.py @@ -518,6 +518,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col 'halo' : 0, 'tmpchi': self.tmpchi, 'fromprof' : True, + 'edgecurved' : True, } act = {} tableau = copymatrix(tableau) @@ -616,11 +617,11 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col dlg.Update(3, u'concordancier...') ucis_txt, ucestxt = doconcorde(corpus, nuces, self.la, uci = uci) items = dict([[i, '
'.join([ucis_txt[i], '
score : %.2f

' % ntab2[i][0], ucestxt[i]])] for i, uce in enumerate(nuces)]) - dlg.Update(4, u'texte...') + dlg.Destroy() win = message(self, items, u"Segments de texte caractéristiques - Classe %i" % self.cl, (750, 600), uceids = nuces) + #win.SetWindowStyle(wx.STAY_ON_TOP) #win.html = '\n' + '
'.join(['
'.join([ucis_txt[i], '
score : %.2f
' % ntab2[i][0], ucestxt[i]]) for i in range(0,len(ucestxt))]) + '\n' #win.HtmlPage.SetPage(win.html) - dlg.Destroy() win.Show(True) def on_tablex(self, evt):