[Q][morphic] TextMorph with raised border - no way

Martin Drautzburg martin.drautzburg at web.de
Thu Mar 28 20:19:54 UTC 2002


I cannot seem to figure out how to get a TextMorph with a raised
border. 

If I just set the borderStyle to raised, then the colors are pulled
from the Morph's *text* color (black) and not from its background
color. I can set the borderColor manually and it obeys, but the border
is flat then.

I also tried
		 borderStyle: (RaisedBorder new color: Color white;
			 width: 3);
but the border is still black.

If I manipulate the morph (aka "the murph") by its halo I cannot
achieve much more.



More information about the Squeak-dev mailing list