Questions tagged [itemrenderers]

12 questions
4
votes
1 answer

jQuery Autocomplete custom _renderItem issue

I am having issues with jQuery Autocomplete. I am customizing it to show two kinds of items: actual matches to the search string and suggestions (spelling corrections, related keywords, etc) The backend does all the work on that; the…
2
votes
1 answer

Multilined itemRenderer for a spark.components.List - with test case and screenshot

In the simple Flex 4 web application below - is it possible to change the custom item renderer MyRenderer, so that it wraps the too long lines? TestApp.mxml:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
1 answer

Flex MXML binding vs Actionscript binding

I'm hoping someone can explain what is going on under the hood when using MXML curly bindings. For example, with itemrenderers: If I bind some control via MXML to the data source such as: text={data.myText} Somehow these bindings seem to get…
Someone Else
  • 2,625
  • 3
  • 20
  • 15
1
vote
1 answer

Customize datagrid to show connectivity between tasks

I have made a program in Flex for creating simple schedules, similar to MS Project or Vico Control. I have one problem that I would like to solve. (You can see it here: OnTime Project Scheduling tool made in Flex The tasks of the schedule are…
Ladislav
  • 7,223
  • 5
  • 27
  • 31
1
vote
1 answer

flex 3 datagrid and xmllistcollection

im trying to display content of xmllistcollection in different fields in my datagrid however unless i use an itemrenderer the value is not displaying in the grid. the xmllistcollection is populated from a webservice call. Inside my item renderer i…
cdugga
  • 3,849
  • 17
  • 81
  • 127
1
vote
0 answers

Applying Item Renderer to Flex Advanceddatagrid

I'm trying to apply a custom item renderer to a Flex AdvancedDataGrid. I'm testing right now by applying a solid black square to the parent nodes @ depth="1". The black square is not the final item renderer, I just want to make sure I can apply a…
0
votes
1 answer

Change the visibility of itemRemderer

I have and add button (last row) in one column of the AdvancedDataGrid. for the row having the add button the rest of fields are not visible. On click of the add button a new row is added to the grid for the user to add. After that this button…
0
votes
2 answers

How do you delete itemrenderers in a spark Listform for mobile?

I've got a spark ListForm with a custom mxml itemRenderer, all the itemRenderer has is: When I run the profiler, the listform is not re-using the itemRenderers, the instances keep going up and up, I'm using an…
stevemcl
  • 367
  • 1
  • 3
  • 11
0
votes
1 answer

Flex 4 Datagrid s:MXDataGridItemRenderer issue - default styles are lost?

All, I have implemented a HeaderRenderer on all my Datagrid columns. When I do this, it appears that all the default DataGrid column header styles are being lost, eg: When I hover over a column header, the default in the DataGrid is to show it in…
Mark
  • 19
  • 8
0
votes
1 answer

Creating custom components at runtime within an Item Renderer

I am trying to use the coverflow layout for the pages in my website i.e, each item in the list is not an image or panel, but an entire page itself. The pages are essentially custom components. What I want is to be able to create instances of my…
Lin
  • 273
  • 4
  • 21
0
votes
1 answer

how to color advanceddatagrid column background based on condition?

AdvancedDataGrid does not allow me to use column level itemrenderizer nor style function using which i should fill the background color of the column on specific conditions on each row . I tried the style function where it changes the …
0
votes
1 answer

Flex - communicating between Itemrenderes in a single row

I have a datagrid with an XML object as dataprovider. There are 2 columns in the datagrid which have comboboxes as their itemrenderers. The rendereriseditor property is also marked true. These itemrenderers are defined in their own mxml files. What…
TheCoolestSid
  • 53
  • 1
  • 8