Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 682 by
[hidden email]: The basic examples don't show the usage
of format
http://code.google.com/p/moose-technology/issues/detail?id=682The 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
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev