Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Printing from client browser (Read 2095 times)
unnat-e
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jul 24th, 2007
Printing from client browser
Jul 24th, 2007 at 11:16am
Print Post  
Javascript code:
function print_OnClick()

{

var fcApplet = <%= fc.AppletElement %>;

var fc = fcApplet.getFlowChart();

fc.print();

}

Problem here is in print preview is showing proper image (with boxes , lines cnnecting boxes etc).But actual printout is not showing any line connecting two boxes...

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Printing from client browser
Reply #1 - Jul 24th, 2007 at 11:39am
Print Post  
Before printing assign pens with Width > 0 to the arrows. The default width of 0 makes the control paint just one pixel, independent of the current scale transformation, measure unit and device resolution. The one-pixel wide line might be hard to see on high-resolution printers.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint