Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 630 by vuqui...@vub.ac.be: Glamour: #sendTo:from:with: does not refresh selection in lists http://code.google.com/p/moose-technology/issues/detail?id=630
Describe the problem: what do you get? what do you expect?
When I use #sendTo:from:with: the panel update is not refreshing the selected item in a list.
How to reproduce the problem: step by step if necessary
Escenario (example attached):
A GLMStacker with two panes working as an inner browser.
- when I send a external value to the inner browser the value is assigned but the item does not appear as selected. - when I select a value in one of the panes of the inner browser it sends nil to the selected value in the other pane... The same: the value changes to nil but if it was a selected item it remains selected.
Additional information: platform, context which may impact the problem
Please fill in the labels with the following information: * Type-Defect * Component-Glamour
Attachments: Example.st 1.3 KB
Updates: Labels: Component-Glamour
Comment #1 on issue 630 by tudor.gi...@gmail.com: Glamour: #sendTo:from:with: does not refresh selection in lists http://code.google.com/p/moose-technology/issues/detail?id=630
As far as I see, you have at least a mistake in the script. It should be: innerBrowser transmit fromOutsidePort: #selectedRepository; to: #repositories->#selection. instead of: innerBrowser sendToOutside: #selectedRepository from: #repositories->#selection.
In other words, you want the transmission to propagate in the other sense. Let me know if this fixes your problem.
Updates: Status: Invalid Owner: tudor.gi...@gmail.com
Comment #2 on issue 630 by tu...@tudorgirba.com: Glamour: #sendTo:from:with: does not refresh selection in lists http://code.google.com/p/moose-technology/issues/detail?id=630
This looks invalid to me. Please reopen it if the problem is still around.