I realize now that I just had the wrong color set in the outsidefillcolour TextRectangle field.
Quote: I opened a fresh world through a...
Try this first and you'll see what I mean.
TextRectangle(10, 10, 300, 300,
5, -- BorderOffset,
ColourNameToRGB ("darkgray"), -- BorderColour,
2, -- BorderWidth,
ColourNameToRGB ("darkslategray"), -- OutsideFillColour,
miniwin.brush_solid) -- OutsideFillStyle
Nick, the documentation for SetBackgroundImage says
Quote: This sets a background image for output window. The text in the output window is drawn on top of this. If the image does not completely fill the window, the background colour is visible beneath it.
But, if you use a TextRectangle, this is not an analogous effect to SetBackgroundColour. That's a bit confusing. |