Stephan Eggermont wrote
Do you want the gtPresentation to be so direct
I'm not sure I understand. Would you say more about that? My primary
requirement was to get it up and running. I'm not attached to any particular
approach. But, I'm be hesitant to re-implement what we can just pass to
Glamour and get for free.
Stephan Eggermont wrote
2 To fit in the glamour style, also support
gtPresentation: #list ? Not just a block, also a symbol.
Done.
Also, Magritte actions are now picked up and added to the context menu for
the selection in e.g. list presentations. For example:
<http://forum.world.st/file/n4845077/Screenshot_2015-08-22_18.png>
N.B. gtPresentation: is now glmPresentation: because it really has nothing
to do with GT specifically. It creates a pane suitable for any Glamour
browser.
Thus, you can splice them together into a full browser like:
browser := GLMTabulator new.
browser
column: #one;
column: #two;
column: #three.
"..."
(browser transmit)
to: #two;
from: #one;
andShow: [ :a :model | model gtInspectorMagritteIn: a ].
-----
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Request-Feedback-for-Issue-1130-Hook-for-Customized-P…
Sent from the Moose mailing list archive at
Nabble.com.