I just noticed, you have posted this message twice in this group. Please
avoid it and have patience once you post something. Due to moderation,
messages might not show immediately, though that applies to new members
only. I try to add old members as trusted, i.e. no moderation for them.

By having same messages posted many times, it forks the entire conversation
which means you might miss answers and in future, people might not find
answers at same place.

Thanks

-abdul

On Fri, Jul 3, 2009 at 10:54 AM, Ravi Mishra <[email protected]> wrote:

>
> Try using
> new XML('your string');
>
> or send the details of error.
>
> -Ravi
>
> On Jul 2, 6:31 pm, itonflex team <[email protected]> wrote:
> > Hi friends i have a requirement that, i have datagrid and charts.
> > Based on the datagrid click i got some values and passed them to a
> > string like
> > .
> > [Bindable]
> >                 public var genStr:String;
> > []Bindable]
> > var chartlist:xmllist;
> > genStr+= "<results servname="+dg.dataprovider[...@servname+">";
> >                                           genStr+= "<"+objDGC.headerText
> > +">"+dg.dataProvider[j].children()[i]+"</"+objDGC.headerText+">";
> >                                                   genStr+= "</results>";
> >
> > now i got some output. My requirement is now i need to convert the
> > string to xml
> > so i did
> >
> > chartslist= new xmllist(genStr).
> >
> > but its giving some error
> >  i need to give this xmllist to charts dataprovider.
> >    could u please help me regarding this !
> >
>


-- 
-abdul
---------------------------------------
http://abdulqabiz.com/blog/
---------------------------------------

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" 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/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to