Re: Issue 228 in moose-technology: Nested browsers do not take "when", or "display" into account

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Issue 228 in moose-technology: Nested browsers do not take "when", or "display" into account

moose-technology
Updates:
        Labels: -Milestone-4.2

Comment #4 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=228

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 228 in moose-technology: Nested browsers do not take "when", or "display" into account

moose-technology
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=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
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev