What is the technique for refreshing the display of a list? I've tried a few
different ways of deleting an element out my list of strings, but it never
redraws the list or erases the old value quite properly.
I have a FrmPtr frm, int selection, and a ListPtr list; and the important
bit of my code goes like:

selection = LstGetSelection(list);
function_that_deletes_string_from_source_array(selection);

I've tried doing things like removing the list object, then showing it
again, erasing the form and redrawing it, etc. If someone can tell me the
presumably simple commands to use and where it would be much appreciated!

Rhys.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to