Are you trying to do something conceptually like this:

<Application>
   <Script>
       list.dataprovider = new Array(1000);
   </Script>
   <List itemRenderer="mx.controls.Button" />
</Application>

- Daniel Freiman

On Tue, May 5, 2009 at 8:18 AM, Paul Andrews <p...@ipauland.com> wrote:

>
>
> ----- Original Message -----
> From: "ew6014" <ew6...@yahoo.com <ew6014%40yahoo.com>>
> To: <flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>>
> Sent: Tuesday, May 05, 2009 12:18 PM
> Subject: [flexcoders] 100,000 buttons
>
> > hi guys.. any idea why the browser screws up if i were to create 100,000
> > buttons like the example below? ... up to 1000 it works fine. but more
> > then that it goes crazy... any thoughts?
>
> Yes. Don't create 100,000 buttons.
>
> For goodness sake, why would you even try and do that?
>
> Paul
>
>  
>

Reply via email to