GridCellEditor

gralex gralex1974 at ua.fm
Mon May 23 01:53:55 EDT 2005


>
>>Hi,all!
>>
>>How i can manually start CellEditor in wxGrid for spicified Cell in grid 
>>in
>>my programm:
>>
>>mygrid.SetGridCursor(2,3)
>>mygrid.MakeCellVisible(2,3)
>>#.... starting editing....... ??????????????
>>mygrid.ShowCellEditControl() don't working...
>>
>>help me, please...
>>
> Try:
> mygrid..EnableCellEditControl(True)

Thanks you.
It's working... 





More information about the Python-list mailing list