Skip to content

Allow for autosizing of non-centre regions of a border layout #14

@GoogleCodeExporter

Description

@GoogleCodeExporter
Currently, autosizing of the north region of a border layout may go wrong,
depending on whether the contents have entirely loaded or not.  The most
obvious culprit is images.  If these have not yet loaded, then the size of
that area will be misreported.

When autosizing such areas, find any children containing images, and add a
listener for when they finish loading.  Only when all listeners have
completed, perform the doLayout() call.  Ensure to remove all those
listeners once that is done.

Original issue reported on code.google.com by susanjg...@gmail.com on 17 Jul 2008 at 1:49

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions