sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by sgod...@gmail.com on 17 Jul 2008 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by sgod...@gmail.com on 17 Jul 2008 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by sgod...@gmail.com on 17 Jul 2008 at 1:50