In a Glamour browser with 3 pane (#master, #slave1, #slave2)
I would like to be able to "send" the selection in #master either to #slave1 or #slave2
a nice behaviour would be:
- if I select a line into #master, it is transmitted to #slave1 (browser transmit) from: #master; to: #slave1
- but on a context menu in #master, I can tell him to send to #slave2 instead act: [:each | each selection something-here] entitled: 'Display in slave 2';
among other things, it means the selection+context menu in #master would not automatically transmit to #slave1
Another question is what should I put in the act: block to transmit to #slave2 ?
nicolas