On Tue, Sep 1, 2015 at 2:01 PM, Usman Bhatti <usman.bhatti(a)gmail.com>
wrote:
On Tue, Sep 1, 2015 at 12:07 PM, Andrei Chis <chisvasileandrei(a)gmail.com
wrote:
Hi Usman,
Are you loading Moose 5.0 in Pharo 3, 4 or 5?
I'm loading it in Pharo 4.0.
From what I remember due to issues with black/white theme we decided to
have the glamour presentation for rubric use the default theme settings.
In Moose 6 the check can be removed but not the settings of the setting
of the textColor:
Is there an issue you are having because of this?
Yes. When I apply some text coloration and display the text with Rubric
presentation, it is overwritten with default text color.
Is there any other text presentation using Rubric that might cover my
use case?
How do you set the text color?
Below is an example where the color is set to red:
composite := GLMCompositePresentation new.
composite rubricText
title: 'Red string';
format: [ :object | Text string: object asString attribute: TextColor red
].
composite openOn: 'text'.