Sean P. DeNigris wrote
I'm doing some experiments to integrate the presentations with Glamour proper
The first hacked-in iteration, simply embedding GT presentations in the panes of a Glamour browser is: exampleBrowser | projects browser | projects := self uniqueInstance. browser := GLMTabulator new. browser column: #one; column: #two; column: #three. (browser transmit) to: #one; andShow: [ :a :b | b descriptionActiveProjects gtPresentation value: a value: nil value: b ]. (browser transmit) to: #two; from: #one; andShow: [ :a :b | b gtInspectorMagritteIn: a ]. (browser transmit) to: #three; from: #one; andShow: [ :a :b | b descriptionLinks gtPresentation value: a value: nil value: b ]. browser openOn: projects.
All we need is a little glue where the blocks are and we're in business! But already quite useful...
----- Cheers, Sean -- View this message in context: http://forum.world.st/Presentation-Context-Update-tp4843171p4843795.html Sent from the Moose mailing list archive at Nabble.com.