It appears ScriptX is unavailable or has failed to install.
Has the Infobar appeared?
If you are using Internet Explorer 6 or later on Windows XP SP2 or later then the Explorer Information bar may appear while trying to install ScriptX, it looks like this:
If the bar has appeared, follow the instructions: click on the bar and then select Install ActiveX Control...
Are you an administrator?
ScriptX is code that requires you have administrator rights on your machine in order to install it successfully.
If you are not an administrator, please contact your administrator and ask them to install ScriptX for you.
MeadCo's ScriptX: Custom preview zoom example
This page illustrates changing the Zoom used in preview using the SetPreviewZoom method.
Print preview is dramatically different between IE 7 and later and previous versions (i.e. IE 6 and earlier) - this includes default behaviour for scaling the preview view. In IE 6 and earlier, the view is always scaled to 75% and the user may apply their own view scaling or scale the view to fit one or two pages, or the full page width. In IE 7, the user is given control of scaling of the printed page, on screen scaling is restricted to scaling to full page width or a number of pages in the view.
Whatever the browser version, ScriptX provides the facility to specify a view scale or, for IE 7 and later only, specify the number of pages to display in the print preview.
SetPreviewZoom
Description
Use this method to specify the Zoom to be used during print preview - this is view zooming, not print scaling.
Syntax
printing.SetPrintZoom(lZoom,,pagesX,pagesY)
Parameter
Description
lZoom
(Number) The Zoom scaling to use, either expressed as a percentage (e.g. 200 for double full size) or one of the following special values:
-1
Zoom to show the full page width in the view.
-2
Zoom to show the full page height in the view.
-3
Zoom to show 2 full height pages in the view.
0
Zoom to show full height pages, layed out as described by the pagesX and pagesY parameters (requires the IE 7 style template).
For the IE 6 and earlier style template, the default value is 75%. For IE 7 and later style template, the default value is -2.
pagesX (optional, requires the IE 7 style template)
(Number) Only used with the IE 7 style template when lZoom is 0. Specifies the number of pages to display across the view (columns).
pagesY (optional, requires the IE 7 style template)
(Number) Only used with the IE 7 style template when lZoom is 0. Specifies the number of rows of pages to display.
Example
function startPreview() {
var z,x=0,y=0;
if ( document.getElementById("selectTemplate").selectedIndex != 1 ) { // if not IE 7 template
var s = document.getElementById("selectZoom");
z = s.options[s.selectedIndex].value;
}
else {
var s = document.getElementById("selectZoom");
var s1 = document.getElementById("selectPages");
var o = parseInt(s1.options[s1.selectedIndex].value);
switch (o) {
case 0: // zoomed one page
z = s.options[s.selectedIndex].value;
break;
case 2: // the rest are multi-page views.
z = 0;
x = 2;
y = 1;
break;
case 3:
z = 0;
x = 3;
y = 1;
break;
case 6:
z = 0;
x = 3;
y = 2;
break;
case 12:
z = 0;
x = 4;
y = 3;
break;
}
}
factory.printing.SetPreviewZoom(z,x,y);
factory.printing.Preview();
}
Select the template type to use:
View scale:
Multi-page view:
And now some words on Vista...
Windows Vista can help your organization to use
information technology to gain a competitive advantage
in today’s new world of work. Your people will be able
to find and use information more effectively. You will
be able to support your mobile workforce with better
access to shared data and collaboration tools. And your
IT staff will have better tools and technologies to
enhance corporate IT security, data protection, and more
efficient deployment and management.
Enable Mobile Workforces
With Windows Vista, mobile professionals gain more
seamless and secure access to corporate resources and
collaboration with colleagues, both on and off the
network. A better transition from online to offline
reduces the time and labor required to synchronize
mobile devices. Windows Vista also helps to increase
mobile productivity by discovering and sustaining
connections to wireless networks more easily than ever.
Find and Use Information
The next generation desktop, Windows Vista, helps
individuals find and use information quickly, easily,
and more securely on PCs, e-mail, corporate sources, and
the Internet. Windows Vista achieves higher levels of
reliability, limits downtime, and delivers time-saving
information management tools to the desktop platform.
Improve Security and Compliance
Windows Vista enables organizations to use information
technology to more effectively reduce risk by protecting
information and services in a more controllable and more
secure environment. New features reduce vulnerability to
malicious software, block attacks, and remove malicious
software before problems occur. More sophisticated
auditing and reporting capabilities help to simplify IT
management and can contribute to lower costs for
regulatory compliance.
Infrastructure Optimization
Windows Vista enables IT professionals to reduce the
time and complexity of deploying and maintaining
infrastructure and provides a more manageable, reliable,
and secure desktop client. Richer data and documentation
allows IT professionals to more easily view, prioritize,
and respond to events; new diagnostic, self-help, and
remote assistance tools significantly decrease branch
office and helpdesk support costs. Windows Vista costs
less to deploy than Windows XP, freeing IT resources to
drive innovation and build positive value for the
organization.
And now some words on Vista...
Windows Vista can help your organization to use
information technology to gain a competitive advantage
in today’s new world of work. Your people will be able
to find and use information more effectively. You will
be able to support your mobile workforce with better
access to shared data and collaboration tools. And your
IT staff will have better tools and technologies to
enhance corporate IT security, data protection, and more
efficient deployment and management.
Enable Mobile Workforces
With Windows Vista, mobile professionals gain more
seamless and secure access to corporate resources and
collaboration with colleagues, both on and off the
network. A better transition from online to offline
reduces the time and labor required to synchronize
mobile devices. Windows Vista also helps to increase
mobile productivity by discovering and sustaining
connections to wireless networks more easily than ever.
Find and Use Information
The next generation desktop, Windows Vista, helps
individuals find and use information quickly, easily,
and more securely on PCs, e-mail, corporate sources, and
the Internet. Windows Vista achieves higher levels of
reliability, limits downtime, and delivers time-saving
information management tools to the desktop platform.
Improve Security and Compliance
Windows Vista enables organizations to use information
technology to more effectively reduce risk by protecting
information and services in a more controllable and more
secure environment. New features reduce vulnerability to
malicious software, block attacks, and remove malicious
software before problems occur. More sophisticated
auditing and reporting capabilities help to simplify IT
management and can contribute to lower costs for
regulatory compliance.
Infrastructure Optimization
Windows Vista enables IT professionals to reduce the
time and complexity of deploying and maintaining
infrastructure and provides a more manageable, reliable,
and secure desktop client. Richer data and documentation
allows IT professionals to more easily view, prioritize,
and respond to events; new diagnostic, self-help, and
remote assistance tools significantly decrease branch
office and helpdesk support costs. Windows Vista costs
less to deploy than Windows XP, freeing IT resources to
drive innovation and build positive value for the
organization.
And now some words on Vista...
Windows Vista can help your organization to use
information technology to gain a competitive advantage
in today’s new world of work. Your people will be able
to find and use information more effectively. You will
be able to support your mobile workforce with better
access to shared data and collaboration tools. And your
IT staff will have better tools and technologies to
enhance corporate IT security, data protection, and more
efficient deployment and management.
Enable Mobile Workforces
With Windows Vista, mobile professionals gain more
seamless and secure access to corporate resources and
collaboration with colleagues, both on and off the
network. A better transition from online to offline
reduces the time and labor required to synchronize
mobile devices. Windows Vista also helps to increase
mobile productivity by discovering and sustaining
connections to wireless networks more easily than ever.
Find and Use Information
The next generation desktop, Windows Vista, helps
individuals find and use information quickly, easily,
and more securely on PCs, e-mail, corporate sources, and
the Internet. Windows Vista achieves higher levels of
reliability, limits downtime, and delivers time-saving
information management tools to the desktop platform.
Improve Security and Compliance
Windows Vista enables organizations to use information
technology to more effectively reduce risk by protecting
information and services in a more controllable and more
secure environment. New features reduce vulnerability to
malicious software, block attacks, and remove malicious
software before problems occur. More sophisticated
auditing and reporting capabilities help to simplify IT
management and can contribute to lower costs for
regulatory compliance.
Infrastructure Optimization
Windows Vista enables IT professionals to reduce the
time and complexity of deploying and maintaining
infrastructure and provides a more manageable, reliable,
and secure desktop client. Richer data and documentation
allows IT professionals to more easily view, prioritize,
and respond to events; new diagnostic, self-help, and
remote assistance tools significantly decrease branch
office and helpdesk support costs. Windows Vista costs
less to deploy than Windows XP, freeing IT resources to
drive innovation and build positive value for the
organization.
And now some words on Vista...
Windows Vista can help your organization to use
information technology to gain a competitive advantage
in today’s new world of work. Your people will be able
to find and use information more effectively. You will
be able to support your mobile workforce with better
access to shared data and collaboration tools. And your
IT staff will have better tools and technologies to
enhance corporate IT security, data protection, and more
efficient deployment and management.
Enable Mobile Workforces
With Windows Vista, mobile professionals gain more
seamless and secure access to corporate resources and
collaboration with colleagues, both on and off the
network. A better transition from online to offline
reduces the time and labor required to synchronize
mobile devices. Windows Vista also helps to increase
mobile productivity by discovering and sustaining
connections to wireless networks more easily than ever.
Find and Use Information
The next generation desktop, Windows Vista, helps
individuals find and use information quickly, easily,
and more securely on PCs, e-mail, corporate sources, and
the Internet. Windows Vista achieves higher levels of
reliability, limits downtime, and delivers time-saving
information management tools to the desktop platform.
Improve Security and Compliance
Windows Vista enables organizations to use information
technology to more effectively reduce risk by protecting
information and services in a more controllable and more
secure environment. New features reduce vulnerability to
malicious software, block attacks, and remove malicious
software before problems occur. More sophisticated
auditing and reporting capabilities help to simplify IT
management and can contribute to lower costs for
regulatory compliance.
Infrastructure Optimization
Windows Vista enables IT professionals to reduce the
time and complexity of deploying and maintaining
infrastructure and provides a more manageable, reliable,
and secure desktop client. Richer data and documentation
allows IT professionals to more easily view, prioritize,
and respond to events; new diagnostic, self-help, and
remote assistance tools significantly decrease branch
office and helpdesk support costs. Windows Vista costs
less to deploy than Windows XP, freeing IT resources to
drive innovation and build positive value for the
organization.
And now some words on Vista...
Windows Vista can help your organization to use
information technology to gain a competitive advantage
in today’s new world of work. Your people will be able
to find and use information more effectively. You will
be able to support your mobile workforce with better
access to shared data and collaboration tools. And your
IT staff will have better tools and technologies to
enhance corporate IT security, data protection, and more
efficient deployment and management.
Enable Mobile Workforces
With Windows Vista, mobile professionals gain more
seamless and secure access to corporate resources and
collaboration with colleagues, both on and off the
network. A better transition from online to offline
reduces the time and labor required to synchronize
mobile devices. Windows Vista also helps to increase
mobile productivity by discovering and sustaining
connections to wireless networks more easily than ever.
Find and Use Information
The next generation desktop, Windows Vista, helps
individuals find and use information quickly, easily,
and more securely on PCs, e-mail, corporate sources, and
the Internet. Windows Vista achieves higher levels of
reliability, limits downtime, and delivers time-saving
information management tools to the desktop platform.
Improve Security and Compliance
Windows Vista enables organizations to use information
technology to more effectively reduce risk by protecting
information and services in a more controllable and more
secure environment. New features reduce vulnerability to
malicious software, block attacks, and remove malicious
software before problems occur. More sophisticated
auditing and reporting capabilities help to simplify IT
management and can contribute to lower costs for
regulatory compliance.
Infrastructure Optimization
Windows Vista enables IT professionals to reduce the
time and complexity of deploying and maintaining
infrastructure and provides a more manageable, reliable,
and secure desktop client. Richer data and documentation
allows IT professionals to more easily view, prioritize,
and respond to events; new diagnostic, self-help, and
remote assistance tools significantly decrease branch
office and helpdesk support costs. Windows Vista costs
less to deploy than Windows XP, freeing IT resources to
drive innovation and build positive value for the
organization.