Hi,
It's Glamour, not Glamorous. And the development tools form the Glamorous Toolkit :)
The Glamour widgets do not propagate changes to the model by default. But, you can get notified when something changes in a port. See below an example:
browser := GLMTabulator new.
browser row: #one.
browser transmit to: #one; andShow: [:a |
a dropDownList
display: [ :x | x ];
onChangeOfPort: #selection
act: [ :dropDownListPresentation | dropDownListPresentation selection inspect ] ].
browser openOn: (1 to: 42)
Cheers,
Doru
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev