Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
PostalFlex #1
Display of an olapDataGrid, formatter
Is it possible to send a formatter ? In fact I would like to apply a formatter
after the value is analysed. I tried something
but it doesn't work, how can I do ?
if (value > 5 ) return {styleName:'myStyleName',formatter:myFormatter};
PostalFlex Guest
-
why olapdatagrid always show only one olapmeasure?
I have defined two olapmeasures in olapcube, but the olapdatagrid always shows the first defined olapmeasure,and the second measure don't show.... -
How to resize the width of row Header in OlapDataGrid
First question : I would like to resize the rows Header of my OlapDataGrid, how can I do ? Second question : I have an OlapDataGrid included in... -
Custom Formatter
I have a dataset that receives data via flash remoting from a MySQL database. One field in the schema of the dataSet is set to type string and... -
Phone Formatter
I'm using the following code to add a formatter to a textArea <mx:PhoneFormatter id="phoneDisplay" formatString="###-###-####"/> <mx:Script>... -
Formatter for V2 DataGrid
I have an instance of a dataGrid on the stage. I set up the columns and set the dataProvider in Actionscript. The dataGrid has both string and...



Reply With Quote

