Hi,

     Is it possible to append an image to an item?

                var item = trackList.appendElement("<item name=\""+i+"\"
/>");
                var img = item.appendElement("<img />");
                img.src = "stock_images\icon_incomplete.png";
                var label = item.appendElement("<label />");
                label.x=15;

thanks,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to