Updates: Status: Accepted
Comment #4 on issue 656 by tu...@tudorgirba.com: [Glamour] Finder doesn't copy browsers inside its panes http://code.google.com/p/moose-technology/issues/detail?id=656
It looks like there are still problems with more complex browsers:
navigator := GLMTabulator new. navigator row: #content; row: #details. navigator transmit to: #content; andShow: [:a | a list display: #allSuperclasses]. navigator transmit from: #content; to: #details; andShow: [ :a | a text ]. navigator transmit from: #content; toOutsidePort: #selection. finder := GLMFinder new. finder show: [:a | a custom: navigator].
window := finder openOn: String.
Try selecting another item in the first pane and the bottom preview does not update.