An editable simple text field with no formatting.
Questions tagged [blackberry-editfield]
49 questions
7
votes
2 answers
editfield weird height
In my application i have 2 types of editfields. One of them behaves like single line editfield, the other behaves like multi-line editfield (editarea). In this screen i have one header, one editfield and one editarea. When i enter some text to…

Ahmet Gulden
- 2,063
- 2
- 15
- 23
4
votes
4 answers
Editfield scroll fails to reach top in blackberry
I am having 2 EditFields in my login form with names Email: and Password:. Just below email I have login button. Suppose I come down till login, I can scroll back only till password field.The cursor fails to reach Email field. In simulator, I tried…

Rashmi.B
- 1,787
- 2
- 18
- 34
3
votes
2 answers
Automatically change focus among Editfields in Blackberry
I have five EditField objects in my BlackBerry app, each one will accept only one numeric character.
I want to change the focus from the first EditField to the second EditField when a character is entered. Note the focus from one to another…

AKASSABOX
- 75
- 7
3
votes
1 answer
change selected font color in EditField/BasicEditField/RichTextField in blackberry?
I am preparing for a new app, just want to create a TextField.
I have to provide functionality to select a portion of text and change its color.
For example: hello, I am blackberry developer.
Now I want to change the font color of blackberry…

Sam-In-TechValens
- 2,501
- 4
- 34
- 67
2
votes
1 answer
What is the difference between edit field and textfield blackberry
I want to know in what way these field components are different.. Though EditField is the class derived from TextField, why was it done.. what are the extra features provided in EditField..
I can not make out the answer from the documentations and…

Abhinav Saxena
- 1,990
- 2
- 24
- 55
2
votes
1 answer
customize Edit field on blackberry
I want to customize Edit Field like in this link http://www.hostingpics.net/viewer.php?id=44669634im.png.
I find this code
------------------------------------------------CustomTextBox---------------------
package mypackage;
…

mobileDeveloper
- 894
- 2
- 14
- 35
2
votes
1 answer
EditField is cut off if margin is set on Torch
As you can see from the SSCCE I do setBanner() and setStatus() and then only add an EditField in between.
Now on a Torch, if you enter a lot of characters in the EditField until its height exceeds the area between banner and status, the last text…

haferblues
- 2,155
- 4
- 26
- 39
1
vote
1 answer
use text entred at EditField in xml parse
i have two classes, one named Main other is Results
(a) the Main class screen have 2 fields:
1- EditField
2- ButtonField
(b) Result class: in this class there is url connection
i want once i click on the ButtonField it go to the other…

Alamri
- 2,112
- 2
- 16
- 21
1
vote
1 answer
How to make a list of editfields in Black Berry?
I want to create a BlackBerry screen with a list of thousands of editable fields. Please give me some ideas of how to do this efficiently.

Hieu Bui
- 141
- 1
- 10
1
vote
3 answers
Change color of only the label for TextField in Blackberry
I am trying to a add a TextField. I am using
EditField _textBox = new EditField("Subject", "Some text"); for creating a textbox with label as Subject. I want to change the color of only the label(Subject) of the textbox.

chaitu2408
- 97
- 5
1
vote
1 answer
How to set trackball click listener for EditField
I want to set an listener for EditField so that whenever user clicks on the EditField (Not a touch screen) it redirects to a page and i perform some operations on it. Thank you

Pramod
- 1,411
- 11
- 35
- 66
1
vote
1 answer
Blackberry border color in editfield when focused
I want to place solid border and border color to the EditField in blackberry when it is focused.Hers is my screenshot http://www.mediafire.com/imageview.php?quickkey=yst9bgev9crqjny&thumb=4.Please help

ajay
- 35
- 4
1
vote
2 answers
Blackberry and Editfields
This is a very basic thing but I cant seem to find the answer searching then net.
Basically Im having issues in displaying two EditFields next to each other on a HorizontalFieldManager.
I believe from what Ive read the EditField uses the maximium…

john
- 11
- 2
1
vote
2 answers
Blackberry Editfield keep cursor on righthandside
I want to create an editfield whose cursor keeps at righthandside of it.
To illustrate if i want to write "blackberry", result should be like this.
<-----------width-of-editfield------>
b
…

Ahmet Gulden
- 2,063
- 2
- 15
- 23
1
vote
1 answer
EditField Not Receiving Input From "0" Key
I have two EditFeilds that need numeric input. The issue is that that zero does not seem to work in any simulator simulating a handset with a hardware keyboard.
Both EditFields are initialized with:
private EditField editField = new EditField(…

Mike D
- 4,938
- 6
- 43
- 99