1. autohscroll on EditText
Does anybody know when autohscroll was added to EditText?
I usually want my input fields fixed length. Does this mean I either have to
modify win32lib.ew or place a sendMessage(iWin,EM_LIMITTEXT,nn,1) to each
and every EditText field that should be fixed length?
Thanks
Judith
2. Re: autohscroll on EditText
Judith Evans wondered:
Does anybody know when autohscroll was added to EditText?
Take a look around line 2160. You can mangle the class attributes there to
your heart's content, or even set up another class item (around line 1945),
as long as you remember to change the value of NumClassItems.
-- David Cuny