[flex_india:30321] Chart with real time data

2010-06-08 Thread Berkowitz - Fator13
Hello! I'm trying to create an application that builds a chart with the information from my database via WCF every two minutes. The problem I'm having is related to cache, because the chart is still no update. I checked the temporary file directory and noticed that the data is being cached. Can

[flex_india:30329] Re: horizontalStroke in Chart

2010-06-08 Thread Berkowitz - Fator13
Hi! Try the following code: mx:LineChart id=lineChart width=100% height=100% showDataTips=true seriesFilters=[] ...

[flex_india:30095] Update a combobox on a State not working

2010-05-19 Thread Berkowitz - Fator13
Hello everybody! I have an application with three states, where: In the first state the user must select an image. The second presents a combobox with some information related to the image that the user selected in the previous state. But the problem is already happening here: when I first click

[flex_india:30104] Re: Update a combobox on a State not working

2010-05-19 Thread Berkowitz - Fator13
wrote: be sure you refresh the dataprovider of the combo box. Akshar Kaul On Thu, May 20, 2010 at 00:39, Berkowitz - Fator13 rafael.rafael...@gmail.com wrote: Hello everybody! I have an application with three states, where: In the first state the user must select an image

[flex_india:24750] AdvancedDataGrid - Grouping values

2009-08-25 Thread Berkowitz - Fator13
Hello everybody! I'm with a problem in AdvancedDataGrid one and I can not explain it, but come on! Please see this image: http://www.photoshop.com/accounts/175aed244a84416b8a8c9a383349875c/assets/3d1c3f1b7b1e46b3add6a196e89bf641 ADG does my two groupings: one for reference (is the address of the

[flex_india:19395] Re: How to get a label from groupingfield on AdvancedDataGrid?

2009-02-17 Thread Berkowitz - Fator13
/     Grouping /GroupingCollection In your case it'll be the dataField for the first column with headerText = Data / Faixa horaria -Sameer On Feb 9, 5:08 pm, Berkowitz - Fator13 rafael.rafael...@gmail.com wrote: Hello everybody. I still can not solve the problem. Can you give a hand

[flex_india:18816] Re: How to get a label from groupingfield on AdvancedDataGrid?

2009-02-02 Thread Berkowitz - Fator13
Guys, can someone help me please? I could not solve this problem yet. Thank you. On 30 jan, 15:04, Berkowitz - Fator13 rafael.rafael...@gmail.com wrote: Hi! I created the following application:http://i483.photobucket.com/albums/rr191/rafael_berkowitz/img.png Now i need to export the ADG

[flex_india:18752] How to get a label from groupingfield on AdvancedDataGrid?

2009-01-30 Thread Berkowitz - Fator13
Hi! I created the following application: http://i483.photobucket.com/albums/rr191/rafael_berkowitz/img.png Now i need to export the ADG to EXCEL. Already able to export, but the labels of the groups do not appear (because I do not know how to get them! =]). Ex: exporting the report of the image

[flex_india:18497] Re: ADG with a single itemRenderer

2009-01-23 Thread Berkowitz - Fator13
it's possible? Tks! On 22 jan, 13:32, Berkowitz - Fator13 rafael.rafael...@gmail.com wrote: This is the code that i used in app:         private function gerarAgrupamento():void {                 var myGColl:GroupingCollection = new GroupingCollection();                 var

[flex_india:18451] ADG with a single itemRenderer

2009-01-22 Thread Berkowitz - Fator13
Hello folks! I'm creating a ADG with groups and a column that shows the average of the values of that group (as the picture from left). How do I insert a row above bringing the average for all dates (picture right)? Screen: http://i483.photobucket.com/albums/rr191/rafael_berkowitz/adg.gif Thank

[flex_india:18454] Re: ADG with a single itemRenderer

2009-01-22 Thread Berkowitz - Fator13
= ; dgRelatorio.validateNow(); } Tks! On 22 jan, 13:09, Berkowitz - Fator13 rafael.rafael...@gmail.com wrote: Hello folks! I'm creating a ADG with groups and a column that shows the average of the values of that group (as the picture from left). How do I insert a row above

[flex_india:18247] Re: Dinamic color on ADG

2009-01-15 Thread Berkowitz - Fator13
]); if(val 13) cor = 0xDB0E0E; else if(val =13 val 18) cor = 0xFFCC00; else if(val = 18) cor = 0x00CC00; else return null; return {color:cor}; } Hugs! On 14 jan, 15:08, Sameer prosam...@gmail.com wrote: Use styleFunction On Jan 14, 10:09 pm, Berkowitz - Fator13

[flex_india:18224] Re: Dinamic color on ADG

2009-01-14 Thread Berkowitz - Fator13
} / /mx:Component /mx:itemRenderer /mx:AdvancedDataGridColumn Thank you! On 13 jan, 15:13, Berkowitz - Fator13 rafael.rafael...@gmail.com wrote: Hello everybody! I'm a C# developer and I'm starting to work with FLEX too. I created a ADG with a SummaryFunction that calculates

[flex_india:18212] Dinamic color on ADG

2009-01-13 Thread Berkowitz - Fator13
Hello everybody! I'm a C# developer and I'm starting to work with FLEX too. I created a ADG with a SummaryFunction that calculates the average of the values: private function summFunc(cursor:IViewCursor, dataField:String, operation:String):Number { var _auxConta:Number =