To change the ButtonField background during click event in BlackBerry
问题 In BlackBerry, how to change the ButtonField background color during the click event? For example, for the long press the background color needs to change. For me it takes the default color blue. How to change it? This is our custom buttton field. But it shows the default blue color for the button click event. public class CustomButtonField extends ButtonField implements GlobalConstant { int mHeight; int mWidth; public final static int DEFAULT_BACKGROUND_COLOR_NORMAL = 0x167c9c; public final