On 12/10/2007, Andreas Gick <[EMAIL PROTECTED]> wrote: > > I tried commenting out "if (Ord(AText[1]) > 31) and (Ord(AText[1]) < 127) > then" and the corresponding "begin end;" structure, but it didn't seem to > change anything.
As the code comment states, that procedure still needs work. The best bet would be to test the input without the GUI components getting involded, to make sure the backend handles the key input correctly. So with saying that, the first thing to do would be to use the EventTest example (examples/corelib/eventtest/) and make sure the input characters are handled correctly. Once that is done, fix up the Edit/Memo GUI components. I'm currently very busy at work, but will try and squeeze in a few minutes for testing this. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
