Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Trusted Contributor
SumiGhosh
Posts: 181
Registered: 09-20-2011
My Carrier: Developer

Code for removing an item from list

Hi all,

I have a list and i need to remove the item on longpress, that is one we see while removing an app from playbook. Can anyone help me with the code or a way to achieve this.

Please use plain text.
Developer
jtegen
Posts: 4,247
Registered: 10-27-2010
My Carrier: Verizon

Re: Code for removing an item from list

Trap mouse down, start timer, trap mouse up, get timer. Compare time. If considered "long", remove item from list.
Please use plain text.