My opinion is that you are heading for overpowering the Flash player trying
to manage all at once.
I might avoid it but if pushed consider a monitor approach that monitors the
scrolling and uploads and downloads data for viewing/editing.
Just my opinion, but curious to see what others may think.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "huntc" <webforumsuser@macromedia.com> wrote in message
news:dn44dc$qpr$1@forums.macromedia.com...
I need help; please point me in the right direction.
I need to display a large XML file in a very specific visual format. The
smallest object has about 15 elements, and I need to display hundreds of
these
in a continuous scroll. The user will view each object and will also
enter
new data related to each object. If I were displaying the same data in a
HTML
table, the 15 elements would be distributed in specific cells of a table
with
9 rows and 7 columns with varying rowspans and column spans. Each elemlent
in
each object has a variable length, so the visual display must calculate the
length of each element, determine the largest length, and display the object
accordingly - based on the longest element.
The list and datagrid components cannot do this. Macromedia's "Using
Components" guide states that lists have uniform row heights, every row must
have the same height, and lists don't measure text. I need to do all of
these
I think, unless there is a creative alternative twist.
Any solutions/suggestions would be appreciated.
Thanks,
HC