Questions tagged [blackberry-editfield]

An editable simple text field with no formatting.

49 questions
-1
votes
1 answer

How to implement proper Horizontal Scrollable Custom EditField?

So we are trying to implement 3 text editfields for people to enter their user credentials in our blackberry app. However we are having trouble when the user's name for example ends up longer than the editfield box (the field must be inside a box…
Banana Man
  • 127
  • 2
  • 11
-1
votes
1 answer

Callback while typing a character in editfield blackberry

I need to get a callback with every character typed or deleted in EditField in BlackBerry. I need to get the text of EditField as soon as it is written, without losing focus.
Sakshi
  • 19
  • 2
-1
votes
1 answer

Blackberry editfield error

I had an custom editfield public class Custom_EditField extends EditField { int width, row; Custom_EditField(long style, int width, int row) { super(style); this.width = width; this.row = row; } protected void layout(int width, int…
Alan Lai
  • 1,094
  • 7
  • 18
  • 41
-2
votes
1 answer

Spacing between label and editfield in Blackberry

Hi i just have an EditField instance that i created this way: EditField editField = new EditField("Name", ""); But it shows that there is no space between the label "Name" and the edit Field (fill form). I want to define a specific space between…
M Rijalul Kahfi
  • 1,460
  • 3
  • 22
  • 42
1 2 3
4