Użytkownik Ed Leafe napisał: >> You can try this: >> >> class customGridColumn(dabo.ui.dColumn): >> def beforeInit(self): >> self.defaultRenderers["unicode"] = grid.wrapStringRendererClass >> self.defaultEditors["unicode"] = self.wrapStringEditorClass >> >> Then, use this class in place of default dColumn class. >> > > That won't fix the bug, though, as the setter for the WordWrap property > doesn't address unicode data types. I've posted a fix. >
Yes, it won't fix the bug, it makes unicode data is permamently wrapped, regardless of WordWrap setting. Thanks for fixing it. -- Regards Jacek Kałuck _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
