Fellow monks
Still working on the wxperl point of sale application and trying to add autocomplete to some text fields.
The wxwidget documentation mentions a wxTextCompleter and a wxTextCompleterSimple class. I have tried to instantiate these and I keep getting errors that the class is empty. Am I missing something? Is there a workable alternative for wxWidget-based applications?
The lines in my code are:
My error is: Base class package "Wx::wxTextCompleterSimple" is empty.package Package::Name; # not the real name but... use Wx; use base 'Wx::wxTextCompleterSimple'; # these lines copied verbatim
In reply to No wxTextCompleterSimple class? by einhverfr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |