Status: New Owner: tudor.gi...@gmail.com Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.6
New issue 722 by tudor.gi...@gmail.com: CompositePresentation should be usable as a starting point http://code.google.com/p/moose-technology/issues/detail?id=722
We should be able to write something like this:
composer := GLMCompositePresentation new. composer tabulator with: [:t | t column: #one. t transmit to: #one; andShow: [:a | a text ]]. composer openOn: 42.
In this way, the composer can be instantiated somewhere else.
Updates: Status: Fixed
Comment #1 on issue 722 by tudor.gi...@gmail.com: CompositePresentation should be usable as a starting point http://code.google.com/p/moose-technology/issues/detail?id=722
(No comment was entered for this change.)