Updates: Status: Fixed Labels: Milestone-5.0
Comment #5 on issue 228 by tu...@tudorgirba.com: Nested browsers do not take "when", or "display" into account http://code.google.com/p/moose-technology/issues/detail?id=228
These work now:
nestedBrowser := GLMWrapper new show: [:a | a text ]. composite := GLMCompositePresentation new with: [:a | (a custom: nestedBrowser) when: [ false ] ]. composite openOn: 'fourtytwo'.
nestedBrowser := GLMWrapper new show: [:a | a text ]. composite := GLMCompositePresentation new with: [:a | (a custom: nestedBrowser) when: [ true ] ]. composite openOn: 'fourtytwo'.