|
Hello Flexcoders, I have an instance of a LinkBar object that has the result
of a http service as its dataProvider. Thus, it’s dynamic... My
problem is that if there are a large number of results in the http service, the
LinkBar grows and extends beyond the area of its parent container rather than
wrapping to another line. Has anyone else run into this
issue? If so, is there an easy workaround? I have looked at the
Flex API docs, and it doesn’t mention this anywhere that I have found. The solution that I am thinking: use a canvas, and create
a function that will take the http service result as a parameter. The function
will loop over the service result add Link objects to it using createChild.
Anyone else have ideas on this one? I have also considered using a Tile
object, but I don’t necessarily want the spacing to be perfect columns. Let me know if anyone has a different workaround! Thanks, Andy _____________________________________ Andrew Trice Cynergy Systems, Inc. Email: [EMAIL PROTECTED] Office: 866-CYNERGY -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|

