QUOTE(mazy @ Aug 5 2006, 00:53)

foosion, when we will get to play with this, please?

is that component something like html/template viewer?
It is indeed an information display panel that uses HTML and CSS. I'm using the HTML engine from
Terra Informatica, so if you want to see what it can do, download the HTMLayout SDK and use browse.exe from the bin directory to look at the included HTML samples (this will be the recommended procedure for all prospective design authors for this component). Dynamic content can be generated using the JavaScript-like TIScript (also from Terra Informatica) in hypertext preprocessor mode, or by updating the text content of individual HTML elements. The latter avoids reloading background images and such, so it is recommended to use it when possible. It is less powerful than DOM manipulation using a scripting language like JavaScript, but it is also
much easier to use.
Some of you might get a chance to play with it rather soon, as I want to do an alpha test with a limited number of participants. I still need to get rid of some quirks and put together some preliminary documentation. While using an existing design is as easy as inserting a new instance of the HTML viewer panel and pointing it to the file it should display, creating a design can be quite tricky. I'll hold a small contest (in a separate thread) once that is done to select a few people who already have HTML and CSS skills and have no problems reading and understanding the documentation about the extensions that the HTMLayout component provides. This is because I do not want to tutor people on HTML and CSS, especially not during the alpha test. So if you are interested, you can already get the HTMLayout SDK and design a static page to show off your skills.
QUOTE(mazy @ Aug 5 2006, 00:53)

and what is that playlist view, i guess it's not some experimental version of columns ui, is it?
No, that's a normal version of Columns UI but with a custom playlist view which is based on the standard Windows list view control. It will probably not be released for quite some time, because currently I lack the motivation to add configuration dialogs and there some quirks I don't mind but which I wouldn't want to have in a public release. It's mainly a technology playground right now.