X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=94122324bd6bdab8e02c2999bcbcf05778c028e8;hp=902f2f80ee7362e8b1198f1bce8553955c830680;hb=fca6f30e3159a44e2a4f053546d1d7df21ad8c6b;hpb=b27c9362a52bdcc6013a914e203833ebcb99c66f diff --git a/ProfList.py b/ProfList.py index 902f2f8..9412232 100644 --- a/ProfList.py +++ b/ProfList.py @@ -619,7 +619,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col items = dict([[i, '
'.join([ucis_txt[i], '
score : %.2f

' % ntab2[i][0], ucestxt[i]])] for i, uce in enumerate(nuces)]) 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.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) win.Show(True)