HighTechTalks DotNet Forums  

printing of J# Browser Controls

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss printing of J# Browser Controls in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Alexey Tarasevich
 
Posts: n/a

Default printing of J# Browser Controls - 04-13-2005 , 12:12 PM






Hello,

What should be done to make JBC printable? That is when we open html page
with J# Browser Control in Internet Explorer select menu "File\Print
Preview..." content of the JBC is not visible. When we print the page
content of the JBC is not visible either. At the same time when Windows
Forms Control is hosted in html page its content is printed when html page
is printed.

This code was used for testing:
import java.applet.*;

import java.awt.*;

public class Class1 extends Applet {

public Class1() {

setBackground (Color.white);

}

public void paint (Graphics g) {

g.setColor (Color.black);

g.fillRect (100, 100, 100, 100);

}

}

<object
width = 100%
height = 94%
mayscript
viewastext
classid="clsid:a399591c-0fd0-41f8-9d25-bd76f632415f"
vjscodebase="Class1.dll#Class1" >
</object>

Thank you,
Alexey



Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: printing of J# Browser Controls - 05-11-2005 , 12:56 PM






Printing of J# Browser controls is not supported in current releases.
It will be supported in VS 2005 release.

Thanks,
Gopi[MSFT]


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.