Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 682 by step...@stack.nl: The basic examples don't show the usage of format http://code.google.com/p/moose-technology/issues/detail?id=682
The Glamour examples should be complete. There is currently no example showing the usage of format:
Add a method to GLMBasicExamples:
formatAsWords "self new formatAsWords openOn: (1 to: 100)" <glmBrowser: 'Format' input: '(1 to: 100)'> | browser | browser := GLMTabulator new. browser row: #list. browser showOn: #list; using: [ browser tree format: [ :x | x asWords]; display: [:x | x]]. ^ browser
Glamour-Examples-StephanEggermont.187
Updates: Status: Fixed Labels: Component-Glamour Milestone-4.6
Comment #1 on issue 682 by tu...@tudorgirba.com: The basic examples don't show the usage of format http://code.google.com/p/moose-technology/issues/detail?id=682
Integrated