Here, probably a simple question, but I haven't figured out a way to do this yet.
I would like to customize or make my own select command for items on a MULTIPLE List. Why? Because the default command gets put under "options" soft button and the first impulse a user will most likely get, is to immediately push the "insert" command (which I also happen to have) without marking the item. So, what I would like to do, is make a command that marks the item on a multiple list and then find a good placement for it.
I was thinking of using something lke list.setSelectedIndex(index, true), but how would I know which item the cursor is currently on? Is there a method that tells which list item is currently focused. Or is there another way? ...or no way?..
Thanks in advance for everyone's input.

Reply With Quote


