From: SourceForge.net <no...@so...> - 2012-05-25 19:02:33
|
Bugs item #3529818, was opened at 2012-05-25 12:02 Message generated for change (Tracker Item Submitted) made by jcoolxp You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3529818&group_id=140042 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jeff Solinsky (jcoolxp) Assigned to: Nobody/Anonymous (nobody) Summary: wxGrid function SetCellRenderer crashes Initial Comment: I have a cell that I would like to change the render for in order to do auto wrap. Using the following call works, but then the app crashes when it redraws the cell. grid:SetCellRenderer(0,3,wx.wxGridCellAutoWrapStringRenderer()) I also tried using the wxGridCellStringRenderer() which I believe that cell should be using by default grid:SetCellRenderer(0,3,wx.wxGridCellStringRenderer()) I'm experiencing that both crash equally once the cell is redrawn. Is there something wrong with SetCellRenderer, or am I doing something wrong? Thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3529818&group_id=140042 |