Updates:
Status: Fixed
Labels: Milestone-5.0
Comment #5 on issue 228 by
[hidden email]: Nested browsers do not
take "when", or "display" into account
http://code.google.com/p/moose-technology/issues/detail?id=228These 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_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev