home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #10 / K_CD_10_2000.ISO / Xtras / PMatic.x32 / string.txt next >
Text File  |  1999-05-15  |  7KB  |  89 lines

  1. 1    PrintOMatic Xtra error: 
  2. 2    \n\nError code = 
  3. 3    Please specify at least one item to add to the document.
  4. 4    Can't print this type of data.
  5. 5    Can't print this type of cast member.
  6. 6    Can't print an empty document.
  7. 7    Can't print preview an empty document.
  8. 8    Can't do job setup on an empty document.
  9. 9    Can't change page setup on a document that's not empty.
  10. 10    Can't change landscape mode on a document that's not empty.
  11. 11    Can't change the margins on a document that's not empty.
  12. 12    Can't use autoAppend when adding text to the master page.
  13. 13    Internal error: MOA passed null string data to the Xtra.
  14. 14    Internal error: MOA passed un-terminated string data to the Xtra.
  15. 15    Due to an engineering change by Macromedia, PrintOMatic can't print RTF cast members in Director 7. Please use a text field cast member instead.\n\nVisit http://www.printomatic.com for product updates.
  16. 16    Internal error: the Xtra could not create its offscreen drawing buffer.
  17. 17    Internal error: the Xtra could not construct a new text box.
  18. 18    Internal error: the Xtra could not allocate a new print record.
  19. 19    Can't create a PICT file.
  20. 20    Can't write to a PICT file.
  21. 21    You are using a printer whose page orientation settings need to be recorded in a printer database.\n\nIn the next dialog box, please set the page orientation to PORTRAIT mode and click OK.
  22. 22    Now, landscape settings must be recorded in the printer database.\n\nIn the next dialog, please set the page orientation to LANDSCAPE mode and click OK.
  23. 23    One or more print attributes were changed to match the currently selected printer.
  24. 24    The current printer could not be initialized.
  25. 25    An internal error occurred.
  26. 26    An invalid rectangle was specified.
  27. 27    Out of memory.
  28. 28    An illegal color was specified.
  29. 29    Could not find the PrintOMatic Help file PMATIC.HLP. Please move it to the same directory as the PrintOMatic Xtra.
  30. 30    An error occurred trying to open the PrintOMatic Help file.
  31. 31    Can't append text without a current text box to flow it into.
  32. 32    Can't find the specified file.
  33. 33    Can't find the specified resource.
  34. 34    One or more parameters were invalid.
  35. 35    The wrong number of parameters were provided.
  36. 36    Can't open the specified file.
  37. 37    An error occurred reading from the file.
  38. 38    The specified file is an invalid type.
  39. 39    Couldn't take a picture of the Stage.
  40. 40    Can't set the progress message on an unregistered copy.
  41. 41    Can't set the progress picture on an unregistered copy.
  42. 42    Can't find the specified folder.
  43. 43    Couldn't save the print record.
  44. 44    Couldn't load the print record.
  45. 45    Invalid serial number.
  46. 46    This feature is not implemented in the Windows version.
  47. 47    This feature is not implemented in the Macintosh version.
  48. 48    The specified EPS file contains no bounding box information, and can't be placed into the document.
  49. 49    Can't link frames between a master page and a body page. The specified frame was not added to the document.
  50. 50    Can't interpret a parameter as a file name. Please use text strings to specify file names.
  51. 51    The value passed to setProgressPict must be a picture cast member or a PICT or BMP file name.
  52. 52    This feature is not yet supported.
  53. 53    A MOA Error occurred.
  54. 54    A file system error occurred.
  55. 55    The printStage command is not available until\nyou register your copy of PrintOMatic.\n\n For more information, visit http://www.printomatic.com.
  56. 101    PrintOMatic Xtra Output
  57. 102    Printing "
  58. 103    "
  59. 104    page 
  60. 105     of 
  61. 106     
  62. 107    Cancel
  63. 108    PMATIC.HLP
  64. 109    1.6
  65. 110    PrintOmatic Xtra Error
  66. 111    -PMATIC.DIR
  67. 201    PrintOMatic Xtra
  68. 202    About the PrintOMatic Xtra...
  69. 203    PrintOMatic Xtra Help
  70. 204    PrintOMatic Xtra Demo
  71. 205    Register the PrintOMatic Xtra...
  72. 301    xtra PrintOMatic \n-- \n-- PrintOMatic Xtra \n-- Version 1.6 \n-- Copyright 1994-99 Electronic Ink \n-- \n
  73. 302    -- CREATE/DESTROY/RESET A DOCUMENT \nnew object  \nforget object \nreset object \n-- \n
  74. 303    -- DOCUMENT/JOB SETUP \ndoPageSetup object      -- returns TRUE or FALSE \ndoJobSetup object      -- returns TRUE or FALSE \n-- \n
  75. 304    -- DOCUMENT ATTRIBUTES \nsetDocumentName object, string name \nsetLandscapeMode object, boolean landscape \ngetLandscapeMode object  -- returns TRUE or FALSE \nsetMargins object, rect margins \n
  76. 305    getMargins object        -- returns margins in Rect form \nsetPrintableMargins object \ngetPageWidth object      -- returns page width \ngetPageHeight object     -- returns page height \n
  77. 306    getPaperWidth object     -- returns paper width \ngetPaperHeight object    -- returns paper height \n-- \n-- CREATE/SET PAGES \nnewPage object           -- returns page number \nsetPage object, int pageNumber \n-- \n
  78. 307    -- TEXT/GRAPHIC ATTRIBUTES \nsetTextFont object, string fontName -- returns TRUE if font was set \nsetTextSize object, int pointSize \nsetTextStyle object, string styleCodes \n
  79. 308    setTextJust object, string justification \nsetTextLineSpacing object, int spacing \nsetColor object, int red, int green, int blue \nsetGray object, int graylevel \nsetLineWeight object, int pointSize \n-- \n
  80. 309    -- GRAPHIC ELEMENTS \ndrawRect object, rect bounds, boolean filled \ndrawLine object, point start, point end \ndrawRoundRect object, rect bounds, int cornerRadius, boolean filled \n
  81. 310    drawOval object, rect bounds, boolean filled \ndrawText object, string text, point location \ndrawPicture object, *      -- castmem or fileName, location (point or rect) \n
  82. 311    drawStagePicture object, * -- location (point or rect), stage portion (rect), grabOffscreen (boolean) \n-- \n-- CREATE FRAMES AND APPEND CONTENTS \nnewFrame object, rect bounds, boolean linkedToPrevious \n
  83. 312    append object, * any       -- returns number of text characters appended \nappendFile object, * fileName    -- returns number of text characters appended \ngetInsertionPoint object \n
  84. 313    -- CUSTOMIZE THE PROGRESS BOX \nsetProgressMsg object, string message \nsetProgressPict object, * pictCastMember \nsetProgressLoc object, point location \nclearProgressLoc object \n-- \n
  85. 314    -- PRINT OR PREVIEW \n* printPreview *    -- returns TRUE or FALSE \n* print *           -- returns TRUE or FALSE \n* printStage *      -- prints the stage contents\n-- \n-- MISCELLANEOUS \nhideMessages object, boolean hide \nsetPageNumSymbol object, string symbol \n
  86. 315    + getVersion object -- returns version number \n+ register object, string serialNumber -- returns TRUE or FALSE \n+ setLowMemLimits object, globalHeap, localHeap \n-- \n
  87. 316    -- MACINTOSH-ONLY ROUTINES \n* printToPictFiles *    -- returns TRUE or FALSE\n \ndraw1bitStagePicture object, * -- location (point or rect), stage portion (rect), grabOffscreen (boolean) \n
  88. 317    loadPageSetup object, string fileName, int resourceID -- returns TRUE or FALSE\n \nsavePageSetup object, string fileName, string fileType, string fileCreator, int resourceID -- returns TRUE or FALSE \n
  89.