[flex_india:22148] Doubt in Progress bar ?

2009-05-10 Thread Karthik K
Hi guys I am loading datagrid data for every 10 sec using timer i need to place a Progress bar(outside datagrid) for every 10 sec to show when data is loading in to datagrid Please help -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ --~--~-~--~~---

[flex_india:22147] Re: Any number restriction on PieSeries while adding to pieChart

2009-05-10 Thread Subrata
Here in this example if you see there is only one series got added. like this my problem is if i want to add 22 pie Series the pie graph is not coming. So i want to know what is the highest number of pie Se

[flex_india:22146] Re: Fwd: fault event occurs on httpservice call

2009-05-10 Thread Ravi Mishra
Kshama, Can you plz send the format of the XML you are trying to parse? -Ravi On May 10, 9:56 pm, "kshama.pa...@gmail.com" wrote: > Hi there, > In my application, I have TileList with a image and label in each > tile. The image and label is retrieved from a xml file.However, when I > run the p

[flex_india:22145] Fwd: fault event occurs on httpservice call

2009-05-10 Thread kshama.pa...@gmail.com
Hi there, In my application, I have TileList with a image and label in each tile. The image and label is retrieved from a xml file.However, when I run the project it fails and points to default FaultHandler function. On further debugging, I realized that length of XML data returned from HTTPServi

[flex_india:22144] Re: fault event occurs on httpservice call

2009-05-10 Thread kshama.pa...@gmail.com
I did further debugging and realized that when length of XMLList is traced, it returns 0. Thus, httpservice is not returning data from xml file at all. Here is snippet of the code: > > > useProxy="false" result="itemhandler(event)" resultFormat="e4x" /> > > > > >

[flex_india:22143] fault event occurs on httpservice call

2009-05-10 Thread kshama.pa...@gmail.com
Hello, In my application, I have TileList with a image and label in each tile. The image and label is retrieved from a xml file. I use : to load the xml file. However, when I run the project it fails and points to default FaultHandler function. But, if I alter the url or change the