06-22-2012 12:33 AM
Hi
please how to make listfied(in which one image + Text + one checkbox) is inserted without implement ListFieldCallback ..?
From my view we will take just like custom buttons.
Regards
06-22-2012 02:36 AM
Hi,
It is possible by using managers, take one custom class extends manager and add what ever you want .
Regards,
Lakshman K
06-22-2012 02:46 AM
Hi
But listfield is expendable and how to find which row is clicked .Do you have any sample code.?
06-22-2012 02:49 AM
06-22-2012 02:53 AM
06-22-2012 02:57 AM
06-22-2012 03:03 AM
06-22-2012 05:03 AM
What you want to do is possible, but you have to put some effort in to it. The best approach from what I have seen would be for you to create your own Field. Here is a KB article to help.
http://supportforums.blackberry.com/t5/Java-Develo
You will find further help if you search the forum - look for "custom field".
While not specifically targeting your requirement, I recommend that review these samples. They demonstrate some well written custom Fields, that should provide you with an understanding of how to do things like you want.
So have a go at creating something. Good luck.