From: Peter W. <pe...@ds...> - 2007-05-04 17:07:25
|
Hi I know something is wrong with this code, can anyone tell me, is it that the SetParameters is not exported and therefore not able to be used to force the text length in the edit box. ... my $editor = Wx::GridCellTextEditor->new; $editor->SetParameters(4); $grid->SetCellEditor(0,0,$editor); ... Would I have to create a custom editor? Thanks Peter |