views:

452

answers:

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

+1  A: 

net.rim.device.api.ui.component.AutoTextEditField

Richard
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