Hi, sorry for bothering, but I’m trying to understand what I can use to build cool UIs.
And with GToolkit I’ve started to think about Glamour. I’ve read a chapter in Deep Into
Pharo book, and all there is in Moose Book. And everywhere there is this idea of “flow”,
that one parts of visualization, are representing something transmitted from other parts.
There are a lot of cases when I want to do something that does not have this notion of a
flow. For example I want to have a main view and then use some widgets to modify it, or I
have two representations of the same model and want to keep them in sync. Should I use a
“dynamic presentation” for that? Are there any real projects like that, to see how they
are implemented?
Uko