[squeak-dev] How to change balloon help colors?

Chris Muller asqueaker at gmail.com
Tue Jan 12 05:20:32 UTC 2016


I want to have BalloonMorphs with translucent color and white text.
Setting BalloonMorph class>>#setBalloonColor: with a TranslucentColor
does not work -- it sets the color but displays only at alpha 1.0.

Adding the following to (BalloonMorph class>>#getTextMorph:for:) as
the last line before the return:

  m textColor: Color white

does not work.


More information about the Squeak-dev mailing list