If the text wraps to multiple lines, then using a field and setting it to
non-editable is your best choice. If you don't want to let the user select
the text in the field (say, to copy it), then you'll need to intercept
fldEnterEvents, but that's easy to do.
If the text fits on one line, then you might want to use a label. Use the
FrmCopyLabel API, and make sure the label you specify in Constructor is
large enough to fit the longest possible string you ever need to put in it.
Selecting text in a label is never possible. If you want the user to be able
to copy the text, use a field instead.
--
Peter Epstein
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/