I have a CustomItem on a Form where I override the pointerPressed, pointerReleased and pointerDragged events. The pointerPressed and pointerReleased events work fine but the pointerDragged event never gets raised when I drag my finger across/along the custom item.
I've even tried setting the current item using Display.getDisplay(midlet).setCurrentItem(this) in the pointerPressed handler but this doesn't seem to affect anything.
Any ideas? Thanks.

Reply With Quote

