|
|
||
|
Correct. I personally use a combination of packer and manual resize code. See the 'outlook-like' example for for. |
||
|
|
|
|
||
|
also, you can take a look at the desktop example's explorer window. that handle the components inside the panes as well. |
||
|
|
|
|
||
|
I have tested with packer , it's the same problems. |
||
|
|
|
|
||
|
Compound components simple don't behave well with the layout engines as they require too much recursion. Your best bet is to use a combination of a layout engine and some manual onresize code. |
||
|
|
|
|
||
|
rssReader is built with manual resize code, with some css, some manual code, some component's own layout code (splitpane in this case) will give you a better experience then the layout engine. My production codes also use the same technique. |
||
|
|
|
|
||
|
under firefox , packer and reflow work perfectly. |
||
|
|
