Questions tagged [blackberry-basiceditfield]

3 questions
0
votes
2 answers

how to disable endless scroll in BasicEditField

HI all i have implement Custom BasicEditField to set hint and to input long text . please see my code vfm_searchBox = new VerticalFieldManager() { //Main.Quicksearchinput is background image for inputtext public void…
0
votes
1 answer

How to format number using fieldchangelistener

I want to format a number as the user enters the number in an edit field. I am using below code to format the number as the user changes focus to another control, using the onfocus() function: public static String formatNumber(double number, int…
allDroid
  • 405
  • 1
  • 10
  • 21
0
votes
1 answer

How to create a number of Fields dynamically in Blackberry Java SDK 5.0?

I'm trying to create a couple of BasicEditField objects after i get the number of fields that i want from an ObjectChoiceField. Problem: the BasicEditField fields that i add to my screen don't refresh unless i do it in the listener from my…