RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Merrill, Jason
ps.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Friday, February 08, 2008 1:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2 Yes, it is much better. A piece of adv

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Tracy Spratt
riday, February 08, 2008 1:33 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2 Patience, grasshopper. Since I rewrote the renderer API for AS3/Flex 2, I will hereby claim it is much better. From: flexc

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Alex Harui
@yahoogroups.com Subject: RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2 Anyone? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, February 07, 2008 5:08 PM

RE: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-08 Thread Merrill, Jason
Anyone? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, February 07, 2008 5:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CellRenderer in AS3/Flex 2 vs. Flash

[flexcoders] CellRenderer in AS3/Flex 2 vs. Flash 8/AS2

2008-02-07 Thread Merrill, Jason
Does anyone know if the CellRenderer for datagrids in AS3/Flex 2 framework has been improved and made easier to code than it was in AS2/Flash 8 framework? Reason I ask is, I used it extensively in an AS2 project I worked on, and while I got it to work, it was a royal pain to figure out and get it

[flexcoders] CellRenderer and Text, sizing issue (FLEX 1.5)

2006-07-29 Thread Matti Bar-Zeev
(a FLEX 1.5 question) Hi list, I'm building a couple of lists in which I embed cell renderers. The cells are made from 2 Text objects, which dynamically get their content and set their size according to it. A weird thing happens: The cells don't size right. It seems that the parent lis

RE: [flexcoders] cellRenderer refresh on drag and drop datagrid columns

2006-03-27 Thread Matt Chotin
Maybe you need to invalidate the DG? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of feuille76 Sent: Wednesday, March 22, 2006 3:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] cellRenderer refresh on drag and drop datagrid columns Hi

[flexcoders] cellRenderer refresh on drag and drop datagrid columns

2006-03-22 Thread feuille76
Hi, I have added drag-and-drop function to the datagridcolumns in my datagrid. The dragging and dropping part is working fine but the cellRenderers of the columns do not refresh after this operation. For example, if I drag column 6 to the column 2 position, column 2 and the subsequent column

[flexcoders] cellRenderer not recognizing click events for Custom Mxml Cell Renderer

2006-02-06 Thread Kevin Ewok
Flexcoders - I have a mxml file which is basically copy and paste from the TimePicker.mxml file. (except for my mxml file is just a label and a button). When the button is clicked, the value of the label is passed to the Cairngorm Controller. This works completely fine when I implement my mxml

Re: [flexcoders] CellRenderer For ComboBox

2006-01-18 Thread JesterXL
AIL PROTECTED]> To: Sent: Wednesday, January 18, 2006 5:20 PM Subject: [flexcoders] CellRenderer For ComboBox Ok, i have been beating my head against this one for a bit now. i would like to display a list of checkboxes in a combo box. The combobox exposes the list it uses internally through

[flexcoders] CellRenderer For ComboBox

2006-01-18 Thread Simeon Bateman
Ok, i have been beating my head against this one for a bit now. i would like to display a list of checkboxes in a combo box. The combobox exposes the list it uses internally through the dropdown property. I have tried setting the cellrenderer on that at several points during initaliziation but n

[flexcoders] CellRenderer Bound DataProvider create/destroy issue

2005-11-18 Thread Renaun Erickson
I have a component that I am programmatically create and destroy (createChild/destroyChild), call it "ResultList". ResultList has a TileList that has a dataprovider that is bound to a static variable "Items". So the sequence looks like: Create ResultList Fill the array of Items (which in turn f

[flexcoders] Cellrenderer For ComboBox

2005-11-04 Thread moyosaned
created an cellRenderer, I want to use this cellrenderer in a combobox; I tried the following: http://www.macromedia.com/2003/mxml"; creationComplete="initApp()"> I use the creationComplete, otherwise the dropdown does not exists where I have to set the cellRendere

RE: [flexcoders] CellRenderer for datagrid

2005-11-02 Thread Matt Chotin
CTR Sent: Wednesday, November 02, 2005 8:21 AM To: 'flexcoders@yahoogroups.com' Cc: Dang, Charlotte - BLS Subject: [flexcoders] CellRenderer for datagrid   Hi, I have a problem with using cellrenderer at datagrid level.  Attached is a sample of the application which I'm us

[flexcoders] CellRenderer for datagrid

2005-11-02 Thread Parekh, Shweta - BLS CTR
Hi, I have a problem with using cellrenderer at datagrid level. Attached is a sample of the application which I'm using to test the cellrenderer. If I have the renderer at column level, , when I click on the cells under "active" column, the background color of the cells change. However, for my

[flexcoders] CellRenderer for Datagrid and horizontal alignment

2005-09-28 Thread Aly Sidi
HI I have a datagrid with and ImageCellRender.mxml and it works great but i cant seem to align the image in teh middle of a DataGridColumn I have tried : textAlign="Center" and textIndent="xx" for the DatagridColumn I have alos tried in teh cellrenderer still no luck any more ideas? -

Re: [flexcoders] cellRenderer

2005-09-10 Thread Manish Jethani
On 9/8/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote: > Something I have discovered, in the mx:DataGrid tag, if you add > initialize="event.target.getColumnAt(1).cellRenderer = boldRenderer" the > cellRenderer is taken, but not if you use the creationComplete event. I noticed that, if you a

RE: [flexcoders] cellRenderer

2005-09-08 Thread Philippe Maegerman
haniSent: jeudi 8 septembre 2005 9:31To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] cellRenderer On 9/7/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote:> If I would ask my question differently it would be : > Is it possible to change cellRenderers on the fly, switching from&

Re: [flexcoders] cellRenderer

2005-09-08 Thread Manish Jethani
On 9/7/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote: > If I would ask my question differently it would be : > Is it possible to change cellRenderers on the fly, switching from > cellRendererA to cellRendererB ? I think changing the cell renderer that way should work - i.e it should refresh

RE: [flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
PROTECTED] On Behalf Of Dirk EismannSent: mercredi 7 septembre 2005 15:58To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] cellRenderer The thing is that your AS cellRenderer code needs to get compiled intoyour application. Instead of assigning a String to the column'scellRenderer pro

RE: [flexcoders] cellRenderer

2005-09-07 Thread Dirk Eismann
er; Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maegerman Sent: Wednesday, September 07, 2005 3:02 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cellRenderer btw, my cellRenderer is an .as file, so I can

Re: [flexcoders] cellRenderer

2005-09-07 Thread Manish Jethani
On 9/7/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote: > onResult of the RemoteObject, I set the result in _global.result, and then > apply a cellRenderer to a Datagrid column, then the cellRenderer would use > the _global.result to initialize its values (ComboBox cellRenderer). > > But

RE: [flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
btw, my cellRenderer is an .as file, so I can't use binding :((   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 7 septembre 2005 14:57To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] cellRenderer O

RE: [flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
n the column but no cellRenderer :((   Philippe Maegerman   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 7 septembre 2005 14:57To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] cellRenderer On 9/7/05, Philippe Maegerman <[EMAIL P

Re: [flexcoders] cellRenderer

2005-09-07 Thread Manish Jethani
On 9/7/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote: > Let's say I have a dataGrid with a ComboBox cellRenderer and I want the > Combos dataProviders to be the result of a remoting action > > 1°) DataGrid > 2°) Remote onResult = _global.DP = result + > dataGrid.getColumnAt().cellRen

[flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
Isn't it possible to apply a cellRenderer once a component has been created??   Let's say I have a dataGrid with a ComboBox cellRenderer and I want the Combos dataProviders to be the result of a remoting action   1°) DataGrid 2°) Remote = result + dataGrid.getColumnAt().cellRenderer =

RE: [flexcoders] cellRenderer question

2005-07-20 Thread Matt Chotin
[mailto:flexcoders@yahoogroups.com] On Behalf Of sanjayd Sent: Wednesday, July 20, 2005 11:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] cellRenderer question   Hi. I have a public method inside a cellRenderer and I want to call the method from the mxml file that holds the grid. So, my

[flexcoders] cellRenderer question

2005-07-20 Thread sanjayd
Hi. I have a public method inside a cellRenderer and I want to call the method from the mxml file that holds the grid. So, my cellRenderer has code like this: and, I call the method like this, from inside the mxml file that holds the grid: function callTest1InCellRenderer()

Re: [flexcoders] cellRenderer question

2005-06-27 Thread Manish Jethani
On 6/27/05, sanjayd <[EMAIL PROTECTED]> wrote: > I wanted to color a cell in a grid, if the value (in the cell) meets > certain conditions (for example, if the value is negative). So, I > added couple of lines of code in the setValue() method of the > cellRenderer. This works. However, the problem

[flexcoders] cellRenderer question

2005-06-27 Thread sanjayd
Hi. I wanted to color a cell in a grid, if the value (in the cell) meets certain conditions (for example, if the value is negative). So, I added couple of lines of code in the setValue() method of the cellRenderer. This works. However, the problem is that, the setValue() method gets called very fre

[flexcoders] CellRenderer and Component Problem

2005-04-15 Thread etnbrasil
Hi all. I am using a class AS to create a TextInput field in one datagrid flex. I am using property cellRendered of the Datagrid. My class AS it has events and functions, everything functions well. The problem occurs when I transform mine mxml that it has datagrid in component, taking off

RE: [flexcoders] CellRenderer performance

2005-02-02 Thread Steven Webster
Hi Alex,   Can you post code ?  The performance of a cell renderer will be dicated by what you are rendering into cells   Steven   -- Steven WebsterTechnical Director iteration::two   This e-mail and any associated attachments transmitted with it may contain confidential information an