home *** CD-ROM | disk | FTP | other *** search
/ Whales / WHALES.iso / pc / xtras / pmatic.x32 / string.txt next >
Text File  |  1998-06-10  |  6KB  |  80 lines

  1. 1    PrintOMatic Xtra error:\n\n
  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    Internal error: MOA passed null picture data to the Xtra.
  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 folder as Director.
  30. 30    An error occurred opening 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. 101    PrintOMatic Xtra Output
  54. 102    Printing "
  55. 103    "
  56. 104    page 
  57. 105     of 
  58. 106     
  59. 107    Cancel
  60. 108    \PMATIC.HLP
  61. 109    1.5.3
  62. 201    PrintOMatic
  63. 202    About PrintOMatic...
  64. 203    PrintOMatic Help
  65. 301    xtra PrintOMatic \n-- \n-- PrintOMatic Xtra \n-- Version 1.5.3 \n-- Copyright 1994-97 Electronic Ink \n-- Published by g/matter, inc. \n-- \n
  66. 302    -- Product Information: http://www.gmatter.com/ \n-- Technical Support & Updates: <support@gmatter.com> \n-- \n-- \n
  67. 303    -- CREATE/DESTROY/RESET A DOCUMENT \nnew object  \nforget object \nreset object \n-- \n
  68. 304    -- DOCUMENT/JOB SETUP \ndoPageSetup object      -- returns TRUE or FALSE \ndoJobSetup object       -- returns TRUE or FALSE \n-- \n
  69. 305    -- DOCUMENT ATTRIBUTES \nsetDocumentName object, string name \nsetLandscapeMode object, boolean landscape \nsetMargins object, rect margins \nsetPrintableMargins object \n
  70. 306    getPageWidth object   -- returns page width \ngetPageHeight object  -- returns page height \ngetPaperWidth object  -- returns paper width \ngetPaperHeight object -- returns paper height \n-- \n
  71. 307    -- CREATE/SET PAGES \nnewPage object -- returns page number \nsetPage object, int pageNumber \n-- \n
  72. 308    -- TEXT/GRAPHIC ATTRIBUTES \nsetTextFont object, string fontName -- returns TRUE if font was set \nsetTextSize object, int pointSize \nsetTextStyle object, string styleCodes \nsetTextJust object, string justification \n
  73. 309    setTextLineSpacing object, int spacing \nsetColor object, int red, int green, int blue \nsetGray object, int graylevel \nsetLineWeight object, int pointSize \n-- \n
  74. 310    -- GRAPHIC ELEMENTS \ndrawRect object, rect bounds, boolean filled \ndrawLine object, point start, point end \ndrawRoundRect object, rect bounds, int cornerRadius, boolean filled \ndrawOval object, rect bounds, boolean filled \n
  75. 311    drawText object, string text, point location \ndrawPicture object, *      -- castmem or fileName, location (point or rect) \ndrawStagePicture object, * -- location (point or rect), stage portion (rect) \n-- \n
  76. 312    -- CREATE FRAMES AND APPEND CONTENTS \nnewFrame object, rect bounds, boolean linkedToPrevious \nappend object, * any \nappendFile object, * fileName \ngetInsertionPoint object -- returns string "page, x, y" \n-- \n
  77. 313    -- CUSTOMIZE THE PROGRESS BOX \nsetProgressMsg object, string message \nsetProgressPict object, * pictCastMember \nsetProgressLoc object, point location \n-- \n
  78. 314    -- PRINT OR PREVIEW \n* printPreview * \n* print * \n-- \n
  79. 315    -- MISCELLANEOUS \nhideMessages object, boolean hide \nsetPageNumSymbol object, string symbol \n+ register object, string serialNumber -- returns TRUE or FALSE \n+ setLowMemLimits object, globalHeap, localHeap \n
  80.