Updates:
Status: WontFix
Labels: Component-Glamour
Comment #1 on issue 954 by tu...(a)tudorgirba.com: List presentation should
support changing the color and font of the text
http://code.google.com/p/moose-technology/issues/detail?id=954
This is already possible
GLMWrapper new with: [ :w |
w show: [ :a |
a list format: [ :x |
Text
string: x asString
attribute: (x odd ifTrue: [TextColor gray] ifFalse: [TextColor black] )
] ] ];
openOn: ( 1 to: 10)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings