03-21-2007, 09:41 AM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Mar 2007 Model: 8700v Carrier: VodaFone
Posts: 16
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Combining filters on EditField Please Login to Remove! It is possible to do:
BasicEditField inputItem = new BasicEditField ("Enter an Equipment Identifier : ","",10,BasicEditField.FILTER_UPPERCASE | BasicEditField.FILTER_INTEGER);
The field accepts the combining of the filters, but when I run the app, the fields accepts lowercase characters. I was expecting the field to convert lower to upper.
Cheers |
| Offline
| |