Issue 699 in moose-technology: Glamour presentations should be easily extensible

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

Issue 699 in moose-technology: Glamour presentations should be easily extensible

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Enhancement Priority-Medium Component-Glamour Milestone-4.6

New issue 699 by [hidden email]: Glamour presentations should be  
easily extensible
http://code.google.com/p/moose-technology/issues/detail?id=699

Currently, scripting Glamour presentations relies solely on direct setters  
to the presentations. This makes it hard to create presentations that rely  
on composite structures.

A simple way to provide an extension mechanism would be to implement a  
with: method:

GLMPresentation>>with: aBlock
    ^ aBlock value: self

We could use it like this:

composite text
    with: [:textPresentation | textPresentation ... ]

_______________________________________________
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 699 in moose-technology: Glamour presentations should be easily extensible

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 699 by [hidden email]: Glamour presentations  
should be easily extensible
http://code.google.com/p/moose-technology/issues/detail?id=699

Fixed in the latest core

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev