1

I'm using RIM JDE 4.2.1

I'd like my text fields to auto-capitalize the first letter of sentences, add punctuation at the end, and reference the AutoText DB on the device. It seems like this would/should be a Field type in the API but either I'm missing it or it's just not there.

For reference, the API is located here: http://www.blackberry.com/developers/docs/4.2.1api/index.html

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
JR Lawhorne
  • 3,192
  • 4
  • 31
  • 41

1 Answers1

3
net.rim.device.api.ui.component.AutoTextEditField
Lucifer
  • 29,392
  • 25
  • 90
  • 143
Richard
  • 8,920
  • 2
  • 18
  • 24
  • Excellent. For reference, the link to that is: http://www.blackberry.com/developers/docs/4.2.1api/net/rim/device/api/ui/component/AutoTextEditField.html – JR Lawhorne May 11 '09 at 23:20