06-03-2010 02:14 PM
Pretty straight up question.
I have a software with an input field.
I want my software to behave like BlackBerry itself. (I.e: For characters which are associated with numbers show the number)
Is there any easy way/method to do this?
06-03-2010 02:28 PM - edited 06-03-2010 02:28 PM
Try using BasicEditField with the FILTER_NUMERIC style.
06-04-2010 04:59 PM
Thanx a lot for the reply.
I made the mistake of making this thread right before searching the forum. Now my brain is all filled up with TextFilters.
I was using TextFilter.get(TextFilter.REAL_NUMERIC).
However my software in certain parts edits the number field to put it in the String Details for the Id.
And thats what I cannot do.
I was thinking... anyone knows if I could be able to RESET the TextFilter to Normal, once it is already set? (Right before my software builds the String Details I have no other idea on how to do it otherwise
Thanks