Summary of problems encountered when flex tree obtains information dynamically

Source: Internet
Author: User

Transfer http://blog.csdn.net/susan_Zhang/archive/2009/08/28/4493056.aspx

In the past two days, the tree's automatic acquisition function was finally completed, and two problems were encountered during this time. After a long time, the problem was finally solved. Haha

1. If the automatically obtained tree data exceeds the display range, the scroll bar is not automatically generated.

Solution:

Distribute events after obtaining data.

Arraycollection. itemupdated (item );
Arraycollection. dispatchevent (New collectionevent (collectionevent. collection_change, false, false, collectioneventkind. Add,-1,-1, [item]);
2. When there is a large amount of data, the problem of repeated display or some undisplayed display occurs when the scroll bar is quickly slide at multiple nodes, because the itemrender in the tree is also used to produce latency.

Solution:

Call the mytree. invalidatelist () method in tree scroll to refresh the tree.

 

After this modification, the tree refresh is indeed much better, but sometimes there are still problems, continue to solve.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.