[flex_india:23892] Flex3 Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

2009-07-21 Thread Liang Ma
Hi,guys: I got Flex #1502 error upon the Flex "ColumnChart" after running for a few hours. The stacktrace shows : *Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.* at mx.core::UITextField/set moduleFactory() at _SCCASEPerfMonitor_mx_manage

[flex_india:23928] Re: Flex3 Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

2009-07-22 Thread Liang Ma
gt; way . one by increasing default time out or other by breaking for > loop.......... > > Neeraj > > On Jul 22, 6:51 am, Liang Ma wrote: > > Hi,guys: > > I got Flex #1502 error upon the Flex "ColumnChart" after running for a > few > > hours. >

[flex_india:24054] Need help on Flex LineChart

2009-07-29 Thread Liang Ma
Hi, Folks: I am using Flex Line Chart to represent some dynamically changed information.Since the dataprovider for the LineChart changes from time to time and are not always with the same structures , i need to create and update LineSeries at runtime. After datasource updating, i need to analyze

[flex_india:25222] Please help me on Flex Line chart

2009-09-14 Thread Liang Ma
Hi, guys We use linechart to display statistic infos . In oder to display multiple lines we need to define a array of line series to display the lines separately. I have a request , if i am going to remove a line from the chart , that's to say , i don't wanna see a certain line anymore. What will

[flex_india:25237] Re: Please help me on Flex Line chart

2009-09-14 Thread Liang Ma
> > > > > Please refer: > http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_08.html > > I hope this will help you for some extent. > > > Regards, > Sam > On Sep 14, 3:01 pm, Liang Ma wrote: > > Hi, guys &

[flex_india:26132] Use NumericStepper as DataGrid's ItemEditor

2009-10-27 Thread Liang Ma
Hi guys, I got a issue when useing NumericStepper to edit datagird's cell. >From adobe livedocs illustrated at below URL , when i click the cell the NumericStepper will be invocated and it's text will be fully selected. http://livedocs.adobe.com/flex/3/html/help.html?content=cellrenderer_3.html

[flex_india:26492] Re: Use NumericStepper as DataGrid's ItemEditor

2009-11-08 Thread Liang Ma
t; >rendererIsEditor="true" > editorDataField="newvalue"/> > > > > > ********