Hi,�
I used a DyncamicComposableModel and i include it in a spec model with others spec stuff.
I would like to refresh its content. My first idea was to do the same thing shown in the example :�
self needRebuild: false.
self openWithSpecLayout: self layout.
self layout is a layout than i build dynamicly.
The problem is, my DyncamicComposable.... becomes empty and a new window appears with correct items.
Any clue ?�
Thanks :)