July 10, 2012
1:52 p.m.
On Jul 10, 2012, at 1:16 PM, Torsten Bergmann wrote:
Do we have Spec examples for - menues
Which kind of menus ? If it's about menu on list, yes, if it's about menu on windows, not yet (I just introduce a spec for windows ^^)
- lists with icons
IconListModel new icons: [:e | UITheme current forwardIcon ]; items: (1 to: 10) asArray; openWithSpec (so I just introduced IconListModel example)
- trees
TreeModel example
already? What is the state and overall plan for the near future.
About the battle plan, I introduced dynamic layouts yesterday (so you can add/remove widgets on the fly) and the next step is a UIBuilder Ben
Thx T.