I am trying to make a generic list control that has x buttons in it so that users can remove items from the list by clicking the x button.However, this list control needs to support item renderers whi
I\'m having the following problem. I have an ArrayCollection that\'s acting as the data provider for a tilelist (called favoriteLinksList)
I use textInput as ItemRenderer for all columns of adatagrid.I need to set editability offirstrow as false.I did it on creationComplete of the itemRenderer.Also tried overriding upDateDislayList.
I want to delete a row of my datagrid when someone click a button part of that row located below Delete Column. I tried many different way one of those were to
Can i use creation complete in item renderers , i have a data grid and i have kept every single cell as an item re开发者_开发知识库nderer. is it a good practice to use creation complete here. I fear e
I\'m working on an application which uses a List and some itemRenderers. I have a button displayed in the \"selected\" state automatically set by the List component. This button is supposed to dispatc
I have a datagrid column that I am using an itemRenderer. Something like this <mx:itemRenderer> <mx:Component>
I have a list that uses a checkbox itemrenderer.The dataprovider is a collection of people.When I load the data from a file, each list item shows the person\'s name (last, first -- labelFunction), and
I have a datagrid which contains a Spark dropdownlist that needs to obtain dynamic data. The datagrid uses a separate dataProvider.
I need to cre开发者_运维技巧ate a Flex component similar to ComboCheck (by Arcadio Carballares).