Flex 4 / Flash Builder 4: Repeater changed to DataGroup
April 14, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
I guess it is well known information already, but since I’ve been only playing around with the new Flash Builder 4 environment for a while I still wanted to post something about the this subject. The Repeater, not just a regular pain in the ass. Flex 4 brings us the DataGroup.
Viewstack Repeater Example
November 16, 2009
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
The following example shows you how to use a repeater inside a viewstack. Our example about viewstack effects is very popular, and I recently found out how to use the repeater inside a viewstack, I decided to write an example about this subject.
Using the Repeater in Flex
February 14, 2009
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
So you might come across some situation in which you want to repeat some part of your layout for each data item, but the number of items is unknown.
Fortunately for us, Adobe provided a component with Flex which we can use to achieve just what we want: repeating parts of the layout for every item in the data collection.



