Updates:
Status: Fixed
Labels: Milestone-5.0
Comment #5 on issue 228 by tu...(a)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'.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings