Re: [Flashcoders] Lightweight List Component

2005-12-13 Thread John Giotta
Ah I see now, thanks again ;-)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Lightweight List Component

2005-12-12 Thread John Giotta
Hey chall3ng3r,
Thanks, but I don't see the component you speak of.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Lightweight List Component

2005-12-12 Thread chall3ng3r
 hi,

sorry about the confusion, it's not actually component, it's a trick.

in that application, you may have checked that the messages and users lists
are totally self developed.

and i assume that you can create simple scrollbar as well, the tirck is that
you actually do not scroll any mc(s) using mask trick, but you simply chenge
the index of the array. then on each refresh, update the listbox content.

the good thing about this type of grids/lists that you can use MM scrollbar
comoponent to change the array index, and use it's event to refresh the
content.

but that way you are again including MM component wich is about 20-30kb, so
you've to create your own scrollbar also.

i developed this first time when Flash5 was available, and no sign of MM
bultin components. also if you go with your own scrollbar, and grid/list,
they'll size no more than 5kb (without raster imgs). and you'll have the
full controll over your grid/list.

i belive this implementation is the fastest as of my experience. i've also
implemented same kind of tricks in our latest product, FriendlyGhost.


best,

// chall3ng3r //

On 12/12/05, John Giotta [EMAIL PROTECTED] wrote:

 Hey chall3ng3r,
 Thanks, but I don't see the component you speak of.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Lightweight List Component

2005-12-09 Thread John Giotta
I've seen some List Components that claim to be lightweight, but are
they are still too large after compile.

I'm looking for more component resources, can everyone help?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Lightweight List Component

2005-12-09 Thread chall3ng3r
hi,

download this chat application (src included), in it i've used ultra fast
fully customized list component. i guess MM also picked the trick from it
when i submitted it to Flash Exchange.

http://www.orison.biz/products/chatmx_web.aspx

best,

// chall3ng3r //


On 12/9/05, John Giotta [EMAIL PROTECTED] wrote:

 I've seen some List Components that claim to be lightweight, but are
 they are still too large after compile.

 I'm looking for more component resources, can everyone help?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders