java - how to fire an event for different fields inside list-field item in blackberry -


i developing application need use list-field. inside each list-field item, there 3 fields:

image text image

if click on list-field item menu displayed. don't want whole list field item row selected when user clicks row. want part of list-field item highlighted -- if click first image 1 action should performed, , if click last image after text action should performed. wherever click on list-field item same action being performed. don't want it. want separate actions different fields inside each list-field item.

if api not support it, api not support it. common j2me problem.

consider creating own customitem.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -