Y
Yash99
Guest
Objective-c / Xcode / PBuilder Question:
I need to make available to the user, a way of renaming the name under which the document gets printed without renaming the original file. So I figure ill capture printdialogs opening, then add my own accessory pane.
I have been looking for DAYS for any information on a way to track opening applications in OS X.3. My app should run in the background (ea Daemon process-got that) But I can't find a way to actually capture when a printdialog pops up, then I will use accessory panes to insert my own panel.
Other option is to monitor the PrintManager. but at that time the PDF will already have been created. Which means more dev time. Although if it can be done, please share.
Does anyone know of a way of doing this. Any Mac gurus out there?
Thank you
I need to make available to the user, a way of renaming the name under which the document gets printed without renaming the original file. So I figure ill capture printdialogs opening, then add my own accessory pane.
I have been looking for DAYS for any information on a way to track opening applications in OS X.3. My app should run in the background (ea Daemon process-got that) But I can't find a way to actually capture when a printdialog pops up, then I will use accessory panes to insert my own panel.
Other option is to monitor the PrintManager. but at that time the PDF will already have been created. Which means more dev time. Although if it can be done, please share.
Does anyone know of a way of doing this. Any Mac gurus out there?
Thank you