I used BasicEditField in my Blackberry program,the BasicEditField doesnot display any border.So i want to customize the BasicEditField to display with border.please give some code snippets.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If it's 4.6 RIM OS, why don't you use Border:
If your BlackBerry OS version 4.5 and older, you may try draw bitmap with border on it, on paint event:
|
|||||
|
|
override paint method as follows:
|
|||
|
|