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 fa
i have created one lable and RoundedEditField.but i am not able tomake that RoundedEditField under the lable in blackberry with spcific margin.
I want to create the EditField which allow Numeric Values, Comma and other valu开发者_如何学编程es are ignore in Blackberry.
I have built a custom EditField, and I am having issues with the cursor when the slider is open. The EditField I am using is subclassed from EditField to add a nicer style using FieldDecor.setVisualS
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 th开发者_StackOverflowis.
I have two EditFeilds that need numeric input.The issue is that 开发者_如何学JAVAthat zero does not seem to work in any simulator simulating a handset with a hardware keyboard.
Below class is a textbox field. Can this be modified so that when the textbox is filled with text and user keeps type the text then scrolls ? Whats happening now is that once the textbox is filled wit
I would like to know the开发者_高级运维 line number in EditField while I am typing some text in this component.
I am having a problem with EditField. I have created an EditField using this code under a \"HorizontalFieldManager\".
How to make EditField which accept 开发者_如何转开发only alphabets and it should not accept any Numeric,any special character in blackberry.ie) that editfield should accept only alphabetic character.Y