Updates: Labels: -Milestone-4.2
Comment #4 on issue 228 by tudor.gi...@gmail.com: Nested browsers do not take "when", or "display" into account http://code.google.com/p/moose-technology/issues/detail?id=228
(No comment was entered for this change.)
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'.