10-14-2012 07:33 AM
Hi all,
I'm created a custom Listfield where i have an image(fetching from a url), header and desc. Initially i'm loading the list with dummy image and i want to replace the image with exact one that i fetched from the url. After showing the list i calling another function which gives me the bitmap, so after getting the bitmaps how will i redraw over my dummy image. Can anyone point me how can i achieve this.
10-15-2012 09:44 AM
Once you get the image for a certain row number, schedule its repaint with ListField.invalidate(rowNumber)