Hello all,

  We're facing a problem and cannot see a solution right now. We're
  trying to print a view using the PrintJob native Flash API. The view
  is a container for plenty of child views. So we use the code like:
    job.addPage(theView.getMCRef(), {xMin: 0, yMin: 0, xMax:
                                    theView.width, yMax:
                                    theView.height);

  We scale the view beforehand according to the pagesize and when we
  print, it works fine except for the page being cropped in the bottom
  for some reason. The investigation shew that the movieclip is of
  different size than the view; moreover, it is of different shape!
  The statistics is:
   movie clip:   width = 2511.8,         y = 2702
         view:   width = 2554.431871231, y = 3349.5
   aspect ratios (width/height):
         MC:   0.92960769800148
         view: 0.762630801979699

  Is it normal? And how to print then? Or how to fix manually - just
  changing width/height simply re-scales view or movie clip...


-- 
Best regards,
 Michael                          mailto:[EMAIL PROTECTED]

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to