Hey Devis, We asked around and in theory what you're trying to do should work. Unfortunately I don't really have time to try to write an example and see what needs to be done, but the dataTip is supposed to support html and that html is supposed to support the <img> tag. Can you try loading that same jpg into a random <mx:Image> just to make sure that the image can load at all? Better make sure that the image loads outside the dataTip before we move into debugging that.
Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, May 05, 2005 3:08 AM To: Flex Coders Subject: [flexcoders] ColumnChart picture Hi it's possibile about you display a picture into dataTipFunction? This is my code, but don't work. Devis function Foto_Obj(obj) { tot.title="<br><img src='../../images/"+obj.hitData.item.modedi+".jpg' border='0'><br>"; return "<br><img src='../../images/"+obj.hitData.item.modedi+".jpg' border='0'><br>"; } <mx:ColumnChart width="100%" height="100%" dataProvider="{dg_reso.dataProvider}" showDataTips="true" dataTipFunction="Foto_Obj"> Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

