An editable simple text field with no formatting.
Questions tagged [blackberry-editfield]
49 questions
1
vote
4 answers
Set the height and width of EditField on BlackBerry
I want to set the height and width of an EditField in my BlackBerry app.

Tushar
- 5,907
- 15
- 49
- 81
1
vote
3 answers
Not read all entered words in customEditField in Blackberry
I am using custom EditField which given in Rim samples.
With this editfield, i can input maximum characters in one line.. But the problem is that left most hidden characters are not getting when i am getting from edittext.
Following is my…

Kinjal Shah
- 536
- 4
- 13
1
vote
3 answers
Blackberry - Custom size EditField
I am trying to put together a dialog that should look like this:
Fill in the below fields
_______________ likes ____________________
where the "_" lines are the EditFields.
I am sticking all the fields in a HorizontalFieldManager, which I add to the…

Eric
- 18,512
- 4
- 29
- 34
1
vote
1 answer
Remove default ListField from KeywordFilterField in Blackberry
I am beginner of the Black berry development in that how to more customize the search result rather the use into my textbox.
I want to implement the dynamic search functionality in my Blackberry application where a user enters a character in…

AKASSABOX
- 75
- 7
1
vote
2 answers
Unstable of Custom Edit Field
I built custom edit field because i want to change the background color.
first, second and third shown unstable, sometime display when focusing, disappear when lost focusing.
I want the result like third image where the focusing at where also static…

Alan Lai
- 1,296
- 2
- 12
- 16
1
vote
1 answer
custom editfield error when next line
I am trying to type in characters to fill an editfield, if the text is still on the first line I have got no problem but when the first line is full then it goes to the next line and I get the following error:
0:01:56.609: Uncaught:…

Alan Lai
- 1,296
- 2
- 12
- 16
0
votes
2 answers
EditField And Buttonfield On same Line
I want to add editfield and labelfield on same line . first editfield and then buttonfield . I have tried many times but it didn't work for me .I have added horizontal field manager and also used tables but none of it can help . The issue is it is…

Shaikh Azhar Alam
- 173
- 1
- 3
- 16
0
votes
1 answer
Specifying width and height for editfield makes a difficulty to see the text in blackberry
I have used EditField with some specified width and height that works good but, when I'm entering the text in EditField I'm unable to see the text and some times when I'm clicking on that I'm getting NullPointerException. I'm not able to understand…

user1213202
- 1,305
- 11
- 23
0
votes
1 answer
Non Editable Edit Field highlight issue
I have a non editable edit field in my screen. In order to differentiate between editable and non editable field i have set the background of the non-editable field to light gray as in the code below:
Border…

S.A.Norton Stanley
- 1,833
- 3
- 23
- 37
0
votes
3 answers
Thick border for rounded button in blackberry
I am getting this... I want the below image
I am newbee in Blackberry.
I want to give thick border to the rounded button field in my application.
Below is my code.
I have created a CustomBasicEditField class.
protected void paint(Graphics…

android developer
- 1,253
- 2
- 13
- 43
0
votes
1 answer
Scrollable field with non-editable text
In my app I need a scrollable field with non-editable text with custom size. I'm trying to do this like below:
final int sx2 = Display.getWidth()-Display.getWidth()*2/51-kButtonWidgh;
final int sy2 = Display.getHeight()*7/12;
VerticalFieldManager…

SentineL
- 4,682
- 5
- 19
- 38
0
votes
4 answers
How to get value from dynamically generaged editfield in Blackberry
I need to generate ui component dynamically at runtime. I am able to generate the component, but my problem is how to get value entered in dynamically generated field?
I am doing something like this.
final HorizontalFieldManager hfm = new…

Krish
- 17
- 2
0
votes
1 answer
Aligning of EditField
i have created one lable and RoundedEditField.but i am not able to make that RoundedEditField under the lable in blackberry with spcific margin.
How to do that..
hear is Code
enter code here
public class MyClass extends MainScreen implements…

Sagar
- 451
- 1
- 3
- 13
0
votes
1 answer
Dynamic Editfield
I have EditField and use background image..i want to create dynamic EditField
so i want to dynamic height EditFieldbut fix width

vman
- 65
- 2
- 5
0
votes
2 answers
EditField in Black Berry
I want to create the EditField which allow Numeric Values, Comma and other values are ignore in Blackberry.
So How I can achieve this by programming code ?
Thanks.

Kartik Bhatt
- 924
- 4
- 16
- 33