PDA

View Full Version : Question of a (very) beginner


ochoq
05-17-2007, 04:23 PM
Hi,

I just start to use Flex (still in trial period indeed ..) and I have an issue that is surely very simple to solve.

I've created a repeater, linked to an array as dataProvider. The repeater is composed by buttons (the button captions are the values of the array).

By program I change the values of the array and I would like to "update" my set of buttons, to update the repeater.

I don't know how to do that. Could someone help me a little ?

Thanx in advance

Oliver

Assertnfailure
05-17-2007, 05:20 PM
Don't use Array, use ArrayCollection.
Arrays don't work too well for data binding.