Hi folks,
Happy new year to you all.
I have a question in Glamour: We want a browser with two panes:
browser row: [ :row | row column: #classmap; column: #bugmap].
the two panes show two point of view on the same thing. When we select something in #classmap we want too highlight something related in #bugmap
browser transmit from: #classmap; to: #bugmap;
The reverse is true to:
browser transmit from: #bugmap; to: #classmap;
It works somehow: we can open the browser and click on one side (either one) to update the other side. The problem is that if we start selecting in one side, then we can only select on this side, selecting on the other side blanks everything and we need to restart the whole browser.
- Is this a know issue? - with a known solution? - do you need more code?
nicolas