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 :: Raw (label) Printing Sample

This page illustrates using the rawPrinting object.

From version 6.3.436, ScriptX supports sending bytes directly to the printer. This is useful for scenarios such as the use of (say) Zebra label printers.

Please use View Source on this page to view the implementation of the example usage.

Samples
1
  • Printing a simple label:

    This prints a simple label assuming a Zebra label printer is installed with the name "Zebra LP2844-Z". The label to be printed is hard coded in the script.

2
  • Sending ZBL or EPL command sequences to the selected printer:

    This sample assumes the use of a Zebra printer and will send the given text (ZBL or EPL command sequences) to the selected printer.

    Please select the printer to use:
    Please enter the string to send:

    Note: A watermark will be added to the given command sequence.

3
  • Printing the content of a file:

    Appropriate files may also be downloaded from a server and printed (first select the printer to use in the section 2 above):