Attachmate Worldwide  |   Contact Us  |   NetIQ.com
Home » Support » Solution Library

Technical Support

Print screen of the PB display session in the browser is over lapping several lines of data


Technical Note USA11949
Created 09-Sep-2005

Applies To
Synapta Presentation Builder 4.0

Symptoms

Print screen of the PB display session in the browser is over lapping several lines of data

Fix

Resolution:
1. In the file <program directory>\HTTPEngine\webapps\epi\WEB-INF\js\common.js copy the entire function "function _adjustFontSize()"
2. Paste the entire function outside of the existing onLoadBodyEx function in <program directory>\EAI\PresentationDesigner\Projects\<Project Name>\js\custom.js
3 Add following line to ·function _adjustFontSize()·

  ptsize = ptsize -1;

preferably just above the following line

 //alert("ptsize = " + ptsize + "  designerCharWidth =" + designerCharWidth );

NOTE: By adjusting the value that is decreasing the ptsize you can either increase or decrease the size of the font on the screen during runtime. This value can be .01 or greater.


Did this technical note answer your question?

Yes    No    Somewhat     Not sure yet

Additional comments about this tech note:

Need further help? For technical support, please contact Support.