Re: Print Operation Name
Re: Print Operation Name
- Subject: Re: Print Operation Name
- From: Don Arbow <email@hidden>
- Date: Fri, 11 Jul 2003 14:15:48 -0700
On Friday, July 11, 2003, at 09:38 AM, email@hidden wrote:
Simple question. Does anyone know from where Print Center gets the
name information for a job that's being processed?
I've got a simple application with a custom view I use for drawing my
printed pages. Everything works great, but I've noticed that the print
jobs always have a name of "Untitled" in print center. I'd like to be
able to set the name to something meaningful, but didn't find where to
do this (i.e., I was thinking that NSPrintOperation would have some
sort of "setName" selector)...
In your custom view, override the printJobTitle method to return the
name of your choosing.
Don
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.