why not just a for loop?
for(var i:int=0;i<count;i++)
{
};
----- Original Message ---- From: Abu Hamdan <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, May 30, 2008 7:43:15 PM Subject: [flexcoders] Repeater Question can a repeater be used without a dataprovider, i want to repeat some panels based on a number and i was thinking ofu sing the count property only, but it seems to not work, any suggestions. rubeel -- Rubeel Muhammad Iqbal

