Purpose Display an HTML page transparently so that the SAP GUI background remains visible |
Solution
And in the WebView command add the -transparent option: WebView .... -transparent
Example
Quartz Theme
SAP Signature Theme
Without the "transparent" option, the HTML page is displayed with the default white background. Also, since it is a bit too large to fit in the SAP GUI box, it overlaps the box's frame:
Without "transparent" option
GuiXT Script GuiXT
HTML
"Content-Type" content="text/html; charset=utf-8"> usemap="#worldmap">
onclick='select_salesarea("1710,10,00,170")'
shape="poly" coords="..."> "South America" onclick='select_salesarea("1020,20,00,212")'
shape="poly" coords="..."> "Europe" onclick='select_salesarea("1010,10,00,100")'
shape="poly" coords="..."> "Africa" onclick='select_salesarea("1050,10,00,500")'
shape="poly" coords="..."> "Asia" onclick='select_salesarea("1060,10,00,380")'
shape="poly" coords="..."> "Australia" onclick='select_salesarea("1070,10,00,160")'
shape="poly" coords="..."> Download You can download the required files here: worldmap.zip |
|
Components |