Hi, I was playing with Spec and I ran into a DNU problem when trying to add dynamically tabs. Looks for me that this:
addTab: aTab
self widgetDo: [ :w | w addTab: aTab buildWidget widget ]
should instead be:
addTab: aTab
self widgetDo: [ :w | w addTab: aTab ensureMorphicAdapter asWidget ]
but not sure about…
The problem is that original form works fine if adding static (on original
initialisation)…
Esteban
