Status: Accepted Owner: damien.c...@gmail.com CC: tudor.gi...@gmail.com Labels: Type-Defect Priority-Critical Component-Glamour
New issue 656 by damien.c...@gmail.com: [Glamour] Finder doesn't copy browsers inside its panes http://code.google.com/p/moose-technology/issues/detail?id=656
I would like each finder's pane to be a simple browser instead of just a presentation. The following does not work and I can't make it work. When the #selection port is triggered, a new pane is correctly added to the finder, but all of the finder's panes are updated with the same content as the new one.
|navigator finder|
navigator := GLMTabulator new. navigator row: #content. navigator transmit to: #content; andShow: [:a | a list display: #allSuperclasses]. navigator transmit from: #content; toOutsidePort: #selection.
finder := GLMFinder new. finder show: [:a | a custom: navigator].
finder openOn: String