AthensSceneView new
scene: [ :can |
| path |
path := can
createPath: [ :builder |
builder
absolute;
Hilaire Fernandes wrote:
It makes sense.
Hilaire
Le 11/04/2014 17:28, Goubier Thierry a écrit :
Maybe we can consider having a UIThemes project in PharoExtras?
+1
Plus something in the Configuration Browser would be cool.
Minimising the themes in the Release makes
I have a ComposeableModel, which contains another ComposeableModel:
self instantiateModels: #(
flashCardModel FeFlashCardUI).
I want to refresh child and update the parent.
Before doing "self buildWithSpec",
- Replacing the child's model works: "flashCardModel model: self