Hallo wahono, Du schriebst am Wed, 8 Jan 2014 23:33:44 +0700:
> My first version is finish. > The features : > - 3 layout keyboard (t*integeredit, t*realedit and tstringedit) > - I'm sure it can improved to others keyboard layout (non latin), I add > options but not yet finihed Interesting. That's about twice the code size compared to a version I did a couple years ago (and even sent to the old list) and am using in a couple projects for some time now. One thing I can't understand about your implementation: why did you write a separate event procedure for each and any key? Couldn't a single one do all the work for all the keys, using the key's caption to do its task? At least that's how I did it, and I didn't find any drawbacks doing so. (I also implemented my version as a dialog, so it would be called modally by a special "execute" method (one of which took a pair of position parameters. It does not send each key press to a target widget separately, but builds a complete entry within its own edit area that's only posted back to the target on closing it - or simply dismissing the input if the user decided to keep the target's original contents.) -- -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem) ----------------------------------------------------------- Mit freundlichen Grüßen, S. Schicktanz ----------------------------------------------------------- ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

