|
From: Attila <ejj...@gm...> - 2009-01-07 18:32:02
|
Hello! I have a little problem.. My application loads the GUI from the xrc file generated by DialogBlocks. I am using wxGrid-s, which are work very well - except I can't re-size them. Once I called grid:CreateGrid(rows,cols), I can't use this call again (I can, but no result). I tried grid:ClearGrid(), grid:Refresh(), but no result.. Other problem is I want to skip to a cell from a wx.wxEVT_GRID_CELL_CHANGED event, but grid:SetGridCursor() always cause a stack overflow. Any idea how can I skip to an another cell from this event? Thanks in advance: Attila |