Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

active x issue

Status
Not open for further replies.

blackmamba11

IS-IT--Management
Jan 4, 2007
2
US
When i print a picture in active x, the backround turns black.
The simple html will be like:



<html>

<title>graph</title>

<body>

<h2>Graphic Object</h2>



<object width="200" height="200" style = background:yellow

classid="CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6">

<param name="Line0001" value="setFillColor(255, 0, 255)">

<param name="Line0002" value="Oval(-100, -50, 200, 100, 30)">

</object>

</body>

</html>



When you run this html, on the web page, you will see yellow color surrounding the oval shape, however when using print preview, it shows the black around the oval shape. The printing is black too.
 
There's a setting in your printer set up that contols background "color" printing which would affect the printview.

Im not at a system that has a printer on it right now but look for a setting thatturns on or off you background color brining. WHen its set to off it will print just black
 
I looked for the setting and it is not on my printer. Could there be another reason??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top