09-24-2009 06:35 AM
I implemented class by extending it from BasicEditField
super("", txt, 200, BasicEditField.EDITABLE | BasicEditField.NO_NEWLINE | BasicEditField.FIELD_VCENTER);
width of the field is fixed 150
HorizontalFieldManager hfm = new HorizontalFieldManager(HorizontalFieldManager.HORI
My text is not scrolling when i enter and the text length is greater than width of field.
Can any body tell me the solution for this.
Thanks
09-24-2009 07:23 AM
Check this Article.
http://na.blackberry.com/eng/devjournals/resources
09-29-2009 03:34 AM
I dont want to display the text on next line.
I want the text in the same line and when the focus is on basidceditfield and if i scroll trackboll horizontally then text should be scrolled to end of line and i can edit it.
10-06-2009 04:24 AM