Hi, I'm trying to define this transmission: browser transmit to: #one port: #selection; from: #two; transformed: [:x | x-2 ].
The problem is that #one and #two are not defined in the same browser. Specifically, #two is defined into a browser that is added to the browser in which #one is defined usign something like: a custom: MyBrowser browser.
How can I define the transmission? Thanks in advance, Cheers, Santiago