The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
53 views

fix the value limit of the EditText in Android?

I am working on an application in which I have added an EditField for which the value is fixed for $72. I have implemented the check at the end of the form but this is not working for me. I need to ...
2
votes
1answer
42 views

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 ...
0
votes
2answers
25 views

Change the limit of digits in EditField based on the first input characters in Android?

I am working with a EditField in my application, to enter phone number to DIAL. Now My query is, 1) if begins with 1, it should be only 10 max digits after the 1, 2) if 011, up to 15 digits max, ...
-2
votes
1answer
83 views

Callback while typing a character in editfield blackberry [closed]

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.
-2
votes
1answer
91 views

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 ...
1
vote
1answer
93 views

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 funtionality in my Blackberry ...
3
votes
2answers
284 views

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 ...
1
vote
2answers
168 views

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 ...
1
vote
1answer
149 views

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 ...
-1
votes
1answer
81 views

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 ...
3
votes
1answer
779 views

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 ...
-1
votes
1answer
422 views

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 ...
1
vote
1answer
155 views

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 ...
1
vote
1answer
93 views

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.
2
votes
1answer
262 views

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 ...
7
votes
2answers
273 views

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 ...
1
vote
3answers
258 views

how to set a default value to EditField when it is cleared?

I am using an EditText field in my application. also i had added addTextChangedListener for that. On the onTextChanged method, i had called my squareFunction. The code is like.. value = ...
0
votes
4answers
522 views

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. ...
0
votes
1answer
181 views

bada Programming - Scroll panel does not display all editFields

The tab I'm working on has 12 editfields, the scrollpanel does not display all of it, the last 2 editfields gets chopped/cut off. They are only displayed when I click into them and put in some input. ...
2
votes
1answer
2k views

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 ...
2
votes
1answer
218 views

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
-1
votes
3answers
487 views

How to set a listener for EditField

I have two EditField's in which i have to enter a startdate and endDate. Whenever the user clicks the trackball on the blackberry phone i want a datepicker to be popped up. However i knew how to pop ...
4
votes
4answers
481 views

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 ...
0
votes
1answer
339 views

Aligning problem of Edit -Field

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 ...
0
votes
1answer
139 views

Dynamic Editfield

I have editfield and use background image..i want to create dynamic editfield so i want to dynamic height editfield but fix width