home *** CD-ROM | disk | FTP | other *** search
/ Painter Bear's Language Bridge — Italian / Bridge_ponte_itialian.iso / pc / xtras / -pmatic.dir / docs_11.txt < prev    next >
Encoding:
Text File  |  1999-09-22  |  1.7 KB  |  37 lines

  1. Customizing the Print Progress Window
  2.  
  3. The following routines are used to customize the contents of PrintOMatic's Print Progress window. The setProgressMsg and setProgressPict routines are available to registered users of PrintOMatic only. Attempting to use these routines on an unregistered copy will result in an error.
  4.  
  5.     setProgressMsg     puts a customized text message in the progress window
  6.     setProgressPict    puts a customized bitmap image in the progress window
  7.     setProgressLoc     sets the location of the progress window
  8.     
  9.  
  10. setProgressMsg
  11.  
  12. Syntax:    setProgressMsg document, message
  13.  
  14. The setProgressMsg command puts a customized text message into the Print Progress window. This command is available to registered users of PrintOMatic only. Attempting to use this command on an unregistered copy will result in an error.
  15.  
  16. The default message in the print progress window is:
  17.  
  18.     Printing document "<document name>"
  19.  
  20. You can change the document's name using the setDocumentName command.
  21.  
  22.  
  23. setProgressPict
  24.  
  25. Syntax:    setProgressPict document, member pictCastMember
  26.  
  27. The setProgressPict command puts a customized image into the Print Progress window. This command is available to registered users of PrintOMatic only. Attempting to use this command on an unregistered copy will result in an error.
  28.  
  29.  
  30. setProgressLoc
  31.  
  32. Syntax:    setProgressLoc document, topLeftPoint
  33.  
  34. The setProgressLoc command sets the location of the top left corner of the print progress dialog displayed during printing. If you want to hide the print progress dialog, position it off the screen using this method. Note that setProgressLoc uses global (screen) coordinates for positioning, not stage coordinates.
  35.  
  36.  
  37.