CocoaInCarbon printing
CocoaInCarbon printing
- Subject: CocoaInCarbon printing
- From: Bill Houston <email@hidden>
- Date: Thu, 26 Feb 2004 10:43:36 -0800
I have a Cocoa UI running in a carbon application. Everything works fine
except printing, which hangs after the call to:
[printOperation runOperationModalForWindow:[self window] delegate:self
didRunSelector:nil contextInfo:nil];
This code works fine when it runs in an all Cocoa environment.
I know printing is one of those system level tasks that has always been a
little twitchy on the Mac (I used to work on the printer team at Apple), so
I am not surprised that this has problems. Has anyone made this work
before?
Bill
_______________________________________________
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.