Thank you so much.. this worked and my datagrid now scrolls smooth. That 
is only an image in the CCUVS page.
This application needed to get done very fast... 4 1/2 days so I didnt 
really do everything right.

A lot of shortcuts to get the job done

Jeremy


Cato Paus wrote:
>
> Hi Jeremy,
> I did the same whit a tree,
> then i did have to parse the xml and putt on the img,
> here is a short code snipp,
>
> /////////////////////////////////////////////////
>
> [Embed(source="images/folder.gif")]
> [Bindable]
> public var imgFolder:Class;
>
> var newItem : XMLList = new XMLList(<element label={fileList
> [f].fileName} path={fileList[f].path} isBranch={fileList[f].children}
> icon="imgFolder"/>);
>
> /////////////////////////////////////////////////
>
> this wath i have done to get the embeded img into my xml.
>
> hope this helps.
>
> Cato Paus
>
> --- In [email protected] 
> <mailto:flexcoders%40yahoogroups.com>, Jeremy Tooley <[EMAIL PROTECTED]> 
> wrote:
> >
> > I have an application I am working on where the datagrid gets
> populated
> > from an xml file and the images are loaded in from there as well.
> There
> > are only 2 images and I was wondering if it would be better to
> embed the
> > image and base it on a predetermined value.
> >
> > Here is my app so far.
> >
> > http://www.wemadethat.com/gov/UVSBack3.html 
> <http://www.wemadethat.com/gov/UVSBack3.html>
> >
> > If you click on the capability matrix you can see the green x's get
> > loaded over and over. I am just wondering if there is a better way.
> >
> > Thanks
> > Jeremy
> >
>
> 
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 268.18.7/713 - Release Date: 3/7/2007 9:24 
> AM
>   

Reply via email to