10-14-2010 05:00 AM
Hi,
i have just make scrollable textboxfield from following link.
http://na.blackberry.com/eng/devjournals/resources
but the problem is that when i type text greater than width of textbox then the focus moves to downward and i
am not able to see what i am typing.
so can anyone suggest me how i can do focus with the same height.
finally: i want that when the length of text is greater than width of textbox then the text should be move to upper part and focus remains with same row.
10-14-2010 09:36 AM
Oh, no - don't use that old article as an example! It has a number of problems, including an infinite loop of painting and invalidating, which eats CPU like crazy (and therefore drains battery fast).
Use this instead - it was created as a fix to that article:
Be sure to read the comments as well - they contain ideas on enhancing the functionality.