I've run into a few cases where I want an EditText control, except
with unicode/MLTE handling instead of ASCII. So I looked through
the TXN* interfaces in the MLTE docs, and am wondering if there's
any reason other than pre-10.3 compatibility why I should use these
directly rather than an HITextView? They seem to have the same
TXNObject under the hood, and the HITextView in addition plays
nice with other HIView's. The limitations in the HITV TXNObject
don't seem that onerous to me. Plus it would allow me to factor
the code more cleanly with only one set of interfaces. I guess I'm
wondering what the additional HITextView overhead is if any, and
whether HITextView is suitable for many small text fields like
name and address entry.