RE: [flexcoders] Re: How to change the Datagrid column header length

2006-06-28 Thread Subba Chalamalasetty
= 34:    } override public function set data(value:Object):void     {    super.data = value;    super.invalidateDisplayList();    }    }} --- In flexcoders@yahoogroups.com, "Subba Chalamalasetty" <[EMAIL PROTECTED]> wrote: > > > &

[flexcoders] How to change the Datagrid column header length

2006-06-27 Thread Subba Chalamalasetty
  Hi,   I want to change the ‘height’ of the header in the column i.e I want it to be double the size of row size and add a label below the header text    So the column header will be in 2 lines and double the size of the present size. Can somebody help me how to increase the height i

[flexcoders] Internal error

2006-06-19 Thread Subba Chalamalasetty
  Hi,   I am getting this error ‘An internal error occurred during “Updating Problems view:, java.lang.ClassCastException   Can somebody help me to resolve this error…I have no idea about it.   Thanks Subba     __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.y

RE: [flexcoders] Re: DataGridColumn Item Renderer

2006-06-15 Thread Subba Chalamalasetty
e as it renders. That's why the example has some red and some > black row items. You can use this method to set your columns' > individual row items to any color conditionally. Maybe, I'm not > understanding exactly what you are trying to do. > > Tim > > --- In [EM

RE: [flexcoders] Re: DataGridColumn Item Renderer

2006-06-15 Thread Subba Chalamalasetty
the example to see the code.  I hope that this helps you, Tim Hoff --- In flexcoders@yahoogroups.com, "Subba Chalamalasetty" <[EMAIL PROTECTED]> wrote: > > I have a data grid and there are 10 columns and 5 rows in that. I am > trying to us

RE: [flexcoders] Re: calling custom component methods inside the parent application

2006-06-15 Thread Subba Chalamalasetty
  Hi Chaitu,   Here is the solution…try this code If your datafield name is “user”               height="100%" width="100%"     selected="{data.user}" />           . From: flexcoders@ya

[flexcoders] DataGridColumn Item Renderer

2006-06-15 Thread Subba Chalamalasetty
I have a data grid and there are 10 columns and 5 rows in that. I am trying to use itemRenderer = "myRenderer" - myRenderer.mxml --          I want to have different colors for each name. In the above code, as i am giving {data.name}, I am getting all the names with