Hi,
Glamour now supports the triggering of actions when a port changes value. Until now, this was possible only through a hackish transmission, but now you can say more succinctly:
GLMCompositePresentation new
with: [ :composite |
composite text
onChangeOfPort: #text act: [ :textPresentation |
Transcript cr; cr; show: textPresentation text ] ];
openOn: ''
As a first application, the GTPlayground now saves the content when you type it and not when you "Go" it as it was until now.
@Offray: I implemented this feature because of your request from a while ago. That "non-expert" question was an important trigger. You see, everyone can have a significant contribution regardless of the "expert" status. Thanks :)
Cheers,
Doru
--
"Every thing has its own flow"