Blackberry - ButtonField Controls Paint method
I am extending the ButtonField and overriding the paint method to show the buttons in a differnet color. But its painting the whole button width. Part of the button stil shows as Gray when there is no focus and 开发者_开发问答blue when its on focus. Can you please help me to resolve this issue?
thanks, ramesh
You'll have to override protected void applyTheme()
to disable the extra painting that is going on.
精彩评论