|
From: Mark D. <mar...@zn...> - 2007-05-04 17:41:31
|
Hi,
No, it isn't exported.
At the present you need a custom editor.
Mark Dootson wrote:
> Hi,
>
> does $editor->SetParameters("4");
>
> work?
>
> Peter Wilson wrote:
>> 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
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> wxperl-users mailing list
>> wxp...@li...
>> https://lists.sourceforge.net/lists/listinfo/wxperl-users
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> wxperl-users mailing list
> wxp...@li...
> https://lists.sourceforge.net/lists/listinfo/wxperl-users
|