einhverfr has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: No wxTextCompleterSimple class? ( nope )
by Anonymous Monk on Nov 15, 2013 at 10:11 UTC | |
by einhverfr (Friar) on Nov 16, 2013 at 03:18 UTC | |
by Anonymous Monk on Nov 16, 2013 at 09:38 UTC | |
|
Re: No wxTextCompleterSimple class?
by stefbv (Priest) on Nov 15, 2013 at 09:59 UTC |