Purpose Display additional texts with various fonts and colors
1. Use a small .gif "empty.gif"
with option "text="
GuiXT
// display a text in large font plus color
Image (1.6,0.4) (3.4,15.2) "images/empty.gif" -transparent -plain _
textstring="Orders" textHeight=50 textFont="Arial" _
textWeight=6 textColor="RGB(128,0,64)"
(SAP Signature Theme)
(SAP Blue Crystal Theme)
2. Same as 1, but with vertical text Option "textAngle=". You need to specify the
right textarea in this case.
3. Fixed Image with text Images allow you to use icons etc. in addition to the
text.
We recommend you use the -transparent option so that the image
background is adjusted to the SAP GUI window.