[flexcoders] Calculate the time in ms

2008-09-10 Thread mousikos2001
Hi all, I want to find how much time passed from two key presses in milliseconds. Is that possible? Thank you in advance.

[flexcoders] How to get the ColumnSeries id

2008-08-18 Thread mousikos2001
Hello, I have a ColumnChart with two ColumnSeries which have ids. How can i get the values of those ids? For Example:

[flexcoders] Re: Access column chart items

2008-08-18 Thread mousikos2001
e; concerning the use-case. But, this > might help get you moving in the right direction: > > import mx.charts.events.ChartItemEvent; > > private function selectItem(e:ChartItemEvent) : void > { > myTextArea.text = e.hitData.item.myField.toString(); > } > &g

[flexcoders] Access column chart items

2008-08-18 Thread mousikos2001
Hi all, I have a column chart and i want to access the columns values in order to display them in a textarea. How can i do this? Thanks in advance.

[flexcoders] DataGrid Custom Component problem

2008-03-03 Thread mousikos2001
Hello all I have this problem. I have a datagrid with many rows, actually 720. in the datagrid i use a custom component i've made which plays an mp3 file taken from the xml file which populates the datagrid. The problem is that when i scroll up or down the datagrid the mp3s get mixed up as a resu

[flexcoders] Re: DataGrid-itemRenderer-NumericStepper-sending data question

2008-03-01 Thread mousikos2001
Its outside the datagrid.

[flexcoders] Re: DataGrid-itemRenderer-NumericStepper-sending data question

2008-03-01 Thread mousikos2001
Its outside the DataGrid.

[flexcoders] DataGrid-itemRenderer-NumericStepper-sending data question

2008-02-29 Thread mousikos2001
Hi all I am new to flex. I managed to insert a numericStepper component into a datagrid via a itemRenderer. What i want now is to display the value of the numericStepper in a Label. I give an id="ns" to the numericStepper and the at the text attribute of label i enter text="{ns.value}" but it doe