Hi,

I have list in wich all items are sorted n alphabetical order eg:
"back" "blue" "green" "orange" "pink" "zebra" "zk"

now i want that some of my list items should be on top & rest of them should be 
sorted in alphabetical order. eg:
"zebra" "pink" should come first & the rest items should be in alphabetical 
order i.e.
"back" "blue" "green" "orange" "zk".
the list should look like this
"zebra" 
"pink"
"back"
 "blue" 
"green"
 "orange" 
"zk"

Note: new items are dynamically added & should be sorted accordingly but the 
items that i want on top
 i.e. "zebra & "pink" 
r static they r not going to change.
 I cannot make direct change in resource. some thing should be done on code 
side.

Any help would be appriciated
Thanks in advance
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to