A few things I have in mind for the components:
– A tick property on the sliders. Currently, you can set the label precision which is ok, but it doesn’t affect the resulting value of the component. So you might see 2.1, but the value you get is 2.13459834.
– Integrating the new VBox and HBox to Panels and Windows. I imagine they would have a property something like “layout”, which could be vertical, horizontal, or free. Perhaps default to vertical.
– A scroll bar. This would make possible scrolling text, lists, and scroll panes.
– Some kind of layout language. I’m thinking, “ML” – Minimal Language. 🙂 But might have to go with something like MCML, minimal comp markup language. Gotta see what’s available, if anything. Simple xml based thing, probably.
– A markup language would make possible a visual designer app. Lay out your components, set the properties, grab the xml, publish.
OK, starting to get away from “minimal” here, but I think these could all be useful. Not sure how many of them I’ll get to, or when. But this is what’s running through my head. Suggestions welcome.