Blackberry - how to animate Custom Field?

前端 未结 1 1150
甜味超标
甜味超标 2021-01-07 07:15

I have created a custom field class \"Seek\" to draw a fillrectangle.

class Seek extends Field {
    int fill;
    protected void layout(int width, int heigh         


        
1条回答
  •  一个人的身影
    2021-01-07 07:56

    Try calling invalidate() in your setValue method.

    0 讨论(0)
提交回复
热议问题