I need an example of code, that dynamically(at runtime) adds objects to a 
horizontalList and that has eventhandlers for the selected item in the 
horizontalList.

--- In flexcoders@yahoogroups.com, "valdhor" <valdhorli...@...> wrote:
>
> There is an example in the documentation of the HorizontalList: 
> http://livedocs.adobe.com/flex/3/langref/mx/controls/HorizontalList.html#includeExamplesSummary
> 
> 
> --- In flexcoders@yahoogroups.com, "veena_kris2003" <v.kris21@> wrote:
> >
> > Do you mind posting a complete example?  Hope it is not too much to ask.
> > 
> > 
> > --- In flexcoders@yahoogroups.com, Gordon Smith <gosmith@> wrote:
> > >
> > > Why not just allow scrolling instead of paging? Scrolling components can 
> > > scroll through thousands of items quickly.
> > > 
> > > Suppose there are 100 items and you can only see 10 at a time. So first 
> > > you see 0-9. When you click the icon you see 10-19. When you click it 
> > > again you'd see 20-29. So you'd need another icon ("previous page" 
> > > instead of "next page") to go back to 10-19 and then 0-9.
> > > 
> > > Gordon Smith
> > > Adobe Flex SDK Team
> > > 
> > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > > Behalf Of veena pandit
> > > Sent: Thursday, July 23, 2009 10:22 AM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] Question about a flex component
> > > 
> > > 
> > > Hi,
> > > 
> > > I am new to Flex.  I am looking for help on designing a custom component 
> > > that will
> > > hold a lot of items.  When the items exceed the number that are visible 
> > > in the ui
> > > of this horizontal component on the webpage an icon appears, which if you 
> > > click
> > > will show a list of the other components you can click again and restore 
> > > the ui with
> > > that item.  Hope you understand what I am talking about.  If not please 
> > > post for clarification.
> > > 
> > > Thanks in advance,
> > > 
> > > Veena
> > >
> >
>


Reply via email to