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
Post a Comment