• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Setting Memory allocation for Desktop Printers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting Memory allocation for Desktop Printers


  • Subject: Re: Setting Memory allocation for Desktop Printers
  • From: email@hidden
  • Date: Sun, 30 Jun 2002 13:37:47 EDT

Peter,

I double checked and the modifiably memory aspect of the
desktop printing software resides in system
folder/extensions/Desktop PrintMonitor. For black and white
printing from Quark, Illustrator, I'd suggest setting the
sizes as shown. If you have 4-color printers, double those
numbers. Personally, I'd reset both the Desktop PrintMonitor
and the regular PrintMonitor, just to be safe.

Try this instead (pointing at the Desktop PrintMonitor, instead
of the traditional PrintMonitor):

tell application "Finder"
-- the next line changed:
set OurPrintManager to (((path to extensions) & "Desktop PrintMonitor") as
string) as alias
set minimum size of application file OurPrintManager to 641
--Note: size in Kb, not bytes
set total partition size of application file OurPrintManager to 1042
-- Note: size in Kb
end tell



Best Wishes,
Marc Glasgow

REFERENCE Message: dated 6/30/02 6:46:23 AM, email@hidden writes:

I have tried this but to no avail a desktop printer is not
an 'application file' so it wont allow this set command. any
other ideas?
[see original, below]:

REFERENCE Message:

tell application "Finder"
set OurPrintManager to (((path to extensions) & "PrintMonitor") as
string) as alias
set minimum size of application file OurPrintManager to 641
-- size in Kb
set total partition size of application file OurPrintManager to 1042
-- size in Kb
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Buffered-Unbuffered data in AS?
  • Next by Date: What a great resource- Can you help me?
  • Previous by thread: RE: Setting Memory allocation for Desktop Printers
  • Next by thread: Buffered-Unbuffered data in AS?
  • Index(es):
    • Date
    • Thread