[flexcoders] labelFunction on BarSeries not firing

2009-02-26 Thread Bob Wohl
Hello all, I'm not to sure why this isn't firing. I've broke this down to the simplest of forms and even used some very basic examples to reproduce. For some reason the labelfunctiojn never gets hit, maybe I'm missing something very simple. My stacked charts and pie charts fire just fine, seems to

RE: [flexcoders] labelFunction on BarSeries not firing

2009-02-26 Thread Ryan Graham
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Bob Wohl Sent: Thursday, February 26, 2009 11:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] labelFunction on BarSeries not firing Hello all, I'm not to sure why this isn't firing. I've broke this down

Re: [flexcoders] labelFunction on BarSeries not firing

2009-02-26 Thread Bob Wohl
, February 26, 2009 11:57 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] labelFunction on BarSeries not firing Hello all, I'm not to sure why this isn't firing. I've broke this down to the simplest of forms and even used some very basic examples to reproduce. For some reason

[flexcoders] LabelFunction

2008-05-21 Thread markgoldin_2000
Would it be possible to use that function to change cell's font color based on a numeric value in the cell? Thanks

RE: [flexcoders] LabelFunction

2008-05-21 Thread Tracy Spratt
: [flexcoders] LabelFunction Would it be possible to use that function to change cell's font color based on a numeric value in the cell? Thanks

[flexcoders] LabelFunction with columchart

2007-04-05 Thread adnane_1979
Hi: Im working on a Flex charting project for my school,and i have some problems: Im using flex 2 and im trying to use lebelFunction in a colummchart,i puted the propriete LabelFunction in the AxisRenderer tag but Flex Builder doesn't recognise it,so I put it in the CategorieAxis for my

[flexcoders] LabelFunction on DataGrid column wiping out Value

2006-10-12 Thread Mike Anderson
Hello All, I have an editable DataGrid - and one particular column contains currency values. With that said, I have a LabelFunction applied to this particular column - and when the Grid populates, all the values show up properly formatted($23.95 for example). BUT, whenever I click inside the

[flexcoders] LabelFunction for a Tree (flex 1.5)

2006-03-17 Thread digital_eyezed
Hi, I am having some issues with a labelFunction for a tree component. The dataProvider for my tree is a result of a RemoteObject call, which returns an Embedded Array of VO objects. The tree displays without any issues. Within the VO there is a label attribute which is automatically chosen

[flexcoders] LabelFunction problem with DG built dynamically

2005-12-01 Thread Sreejith Unnikrishnan
I have a datagrid that is built dynamically via AS. I add columns to the datagrid var column:DataGridColumn = new DataGridColumn("Apples"); column.headerText = "Apples"; column.columnName = "apples"; column.labelFunction = formatApples; The labelFunction does not seem to work.

Re: [flexcoders] LabelFunction problem with DG built dynamically

2005-12-01 Thread JesterXL
, December 01, 2005 4:32 AM Subject: [flexcoders] LabelFunction problem with DG built dynamically I have a datagrid that is built dynamically via AS.I add columns to the datagrid var column:DataGridColumn = new DataGridColumn("Apples"); column.headerText = "Apples";

Re: [flexcoders] LabelFunction problem with DG built dynamically

2005-12-01 Thread Sreejith Unnikrishnan
: Sreejith Unnikrishnan To: flexcoders@yahoogroups.com Sent: Thursday, December 01, 2005 4:32 AM Subject: [flexcoders] LabelFunction problem with DG built dynamically I have a datagrid that is built dynamically via AS. I add columns to the datagrid var

RE: [flexcoders] labelFunction item object and font style

2005-05-11 Thread Matt Horn
: flexcoders@yahoogroups.comSubject: RE: [flexcoders] labelFunction item object and font style I believe the 2nd argument to labelFunction when used in a DataGrid is the columnName. This should be in the docs somewhere but I couldnt find it. From: flexcoders

[flexcoders] labelFunction item object and font style

2005-05-10 Thread msloumac
I am using labelFunction in a DataGridColumn to return a string based on the value of myColumn I want to set the background property of myColumn but I dont know how to get a refrence to the index position of the item object myColumn. I have tried numerous variations on item.index without success,

RE: [flexcoders] labelFunction item object and font style

2005-05-10 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: [flexcoders] labelFunction item object and font style I am using labelFunction in a DataGridColumn to return a string based on the value of myColumn I want to set the background property of myColumn but I dont know how to get a refrence to the index position

[flexcoders] LabelFunction problem

2005-03-22 Thread [EMAIL PROTECTED]
Hi, if you can look my code please, this labelFunction don't work display nothing, but if i don't use dyn dataGridcolumn for examples mx:DataGridColumn labelFunction=getRiferimento headerText=Rif width=50/ work fine. Can you help me Devis function Init_Taglie() {

RE: [flexcoders] LabelFunction problem

2005-03-22 Thread Clint Modien
Subject: [flexcoders] LabelFunction problem Hi, if you can look my code please, this labelFunction don't work display nothing, but if i don't use dyn dataGridcolumn for examples mx:DataGridColumn labelFunction=getRiferimento headerText=Rif width=50/ work fine. Can you help me Devis function

Re: [flexcoders] LabelFunction problem

2005-03-22 Thread [EMAIL PROTECTED]
] Sent: Tuesday, March 22, 2005 10:43 AM To: Flex Coders Subject: [flexcoders] LabelFunction problem Hi, if you can look my code please, this labelFunction don't work display nothing, but if i don't use dyn dataGridcolumn for examples mx:DataGridColumn labelFunction=getRiferimento headerText

RE: [flexcoders] LabelFunction problem

2005-03-22 Thread Clint Modien
, March 22, 2005 11:43 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] LabelFunction problem Thank's but myColumn.columnName(mx.utils.Delegate.create(this,getRiferimento)); myColumn.columnName=mx.utils.Delegate.create(this,getRiferimento); flex throws an compile error 1)Type mismatch

RE: [flexcoders] LabelFunction problem

2005-03-22 Thread Clint Modien
@yahoogroups.com Subject: Re: [flexcoders] LabelFunction problem Thank's but myColumn.columnName(mx.utils.Delegate.create(this,getRiferimento)); myColumn.columnName=mx.utils.Delegate.create(this,getRiferimento); flex throws an compile error 1)Type mismatch in assignment statement: found

Re: [flexcoders] LabelFunction problem

2005-03-22 Thread [EMAIL PROTECTED]
) *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, March 22, 2005 11:43 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] LabelFunction problem Thank's but myColumn.columnName(mx.utils.Delegate.create