Re: [Flashcoders] Extending List v2 component

2007-02-06 Thread R�kos Attila

Look into the CellRenderer API:

http://livedocs.macromedia.com/flash/8/main/3127.html

  Attila

TL Hello Flashers,
TL 
TL I'd like to have some advice on customizing List v2 component since I have
TL no deeper knowledge of v2 components set architecture.
TL 
TL I need to extend the List component in some custom List class that would
TL physically render all items of its data provider
TL and not just use virtual rows that are filled with changed content on every
TL scrolling event..
TL 
TL I'd need some hints, how could I achieve this.
TL Is this not possible to do with standard List component by some tweaks?
TL Or if I have to extend the List component what exactly should I do and which
TL methods do I have to override in the class?
TL I'm somehow lost in that v2 code..
TL 
TL Thanks
TL 
TL -tom-


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Extending List v2 component

2007-02-06 Thread Tomas Lehuta

Hi,

well, this will not help because my problem is not related to custom
cellrenderer which I'm aready using..
I need a different logic for building and displaying all rows of the list
when beeing scrolled..

-tom-

On 2/6/07, Rákos Attila [EMAIL PROTECTED] wrote:



Look into the CellRenderer API:

http://livedocs.macromedia.com/flash/8/main/3127.html

  Attila

TL Hello Flashers,
TL
TL I'd like to have some advice on customizing List v2 component since I
have
TL no deeper knowledge of v2 components set architecture.
TL
TL I need to extend the List component in some custom List class that
would
TL physically render all items of its data provider
TL and not just use virtual rows that are filled with changed content on
every
TL scrolling event..
TL
TL I'd need some hints, how could I achieve this.
TL Is this not possible to do with standard List component by some
tweaks?
TL Or if I have to extend the List component what exactly should I do and
which
TL methods do I have to override in the class?
TL I'm somehow lost in that v2 code..
TL
TL Thanks
TL
TL -tom-


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Extending List v2 component

2007-02-06 Thread Steven Sacks | BLITZ
Why use a component at all?  All you're talking about doing is scrolling
a bunch of movieclips behind a mask.  I posted some code here awhile
back that covered doing that.  Search the archives and you'll find it.
It's pretty straightforward to do.

The MM components are heavy, take too long to render and are buggy to
boot.  You're better off rolling your own or trying a 3rd party
solution.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com