Does anyone know how or where a Page Setup dialogue's "Format For:" printer setting is stored?
I assumed it was the printer in the NSPrintInfo object, (eg, sharedPrintInfo), but that always included full printer details even when I've selected "Any Printer".
My problem is that the application is not remembering the "Any Printer" setting, and always reverts to a specific printer when I bring up the one of my page dialogues. I'm using another page dialogue which works fine.
I am doing some fiddling around with the NSPrintInfo objects involved, but I cannot figure out how to set or preserve this setting.
Any advice would be much appreciated.