Longer
1. IE6 does not support setting both left and right in absolute
positioning. Only left + width, or right + width. This was one of the main
reasons I went for programmable layout for all views.
2. Dev version of uki is no longer designed to support IE6. This means
everything that rect + anchors can do, can be also done using basic
absolute positioning.
3. I'm not removing programmable layout completely. All views still
receive "resized" call when parent is resized. So "SplitPane" or
"DataList" work the same way they did.