Issue 682 in moose-technology: The basic examples don't show the usage of format

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 682 in moose-technology: The basic examples don't show the usage of format

moose-technology
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=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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 682 in moose-technology: The basic examples don't show the usage of format

moose-technology
Updates:
        Status: Fixed
        Labels: Component-Glamour Milestone-4.6

Comment #1 on 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=682

Integrated

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev