I want to let my users choose the order of the elements in a list.
Is there a way to make the elements dragable to another position?
What is the way this is done normally?
I want to let my users choose the order of the elements in a list.
Is there a way to make the elements dragable to another position?
What is the way this is done normally?
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
I have a list with tv-stations. When the user "clicks" on a tvstation in the list they can see the episodes for today.
I want that the users can reorder the list of tvstations so that their favorites are on top of the list.
Searching on google tels me that there is no standard way in J2ME.
Maybe some of you had the same problem and I want to know if there is a simple solution.
It must be simple for the user to reorder the items.
I hope this explains more.
I also think that there is not inbuilt API for the same however you can do this the using the Low Level API.But here in this case you have to do the all stuff.You have to write the total logic and GUI for the same.This can be done using the canvas or any other third party API, if this suited to your need.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Is there somewhere a tutorial about creating custom list elements with touch controls?
All i find is custom items without controls or button controls.
I want to make a list element with up- and down-arrow to let the user move the element up or down in the list.
Last edited by twtb; 2010-05-22 at 16:51.