Hi,
I'm reviewing my code, now that I have a better understanding of ports,
transmissions and panes. I have nested browsers in my project: a tree
that calls a generic node view, but when tagged it calls a custom node
view which is a "sub-browser". For this I think that is better to use
"onChangeOfPort: act:" instead of the "hacky" way of sending message
to
#nirvana or #nowhere ports.
So, for example I have this minimal example to create a browser:
http://ws.stfx.eu/CTGIBTCE70JL
How can I change it to use "onChangeOfPort: act:" to update
automatically the values in the dict instead of using "to: #values port:
#nirvana;"?
Thanks,
Offray