It's already in the Pharo 2.0 image :) I will provide examples soon :) Basically you can have your living ComposableModel, send self needRebuild: false. "To specify not to rebuild the widget but to update it, maybe the name sucks :)" self buildWithSpec "if you use the same layout" or more interesting self buildWithSpecLayout: aLayout "where a Layout is a SpecLayout" So you can dynamically create a spec layout, and rebuild your view with it Ben On Jul 16, 2012, at 4:15 PM, Sean P. DeNigris wrote:
Benjamin Van Ryseghem-2 wrote
I introduced dynamic layouts yesterday (so you can add/remove widgets on the fly)
What do I load to play with this?
-- View this message in context: http://forum.world.st/Spec-questions-tp4639349p4640203.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.