Printing Error with WebView
Printing Error with WebView
- Subject: Printing Error with WebView
- From: "Brad Peterson" <email@hidden>
- Date: Fri, 05 Sep 2003 08:09:30 +0000
Hi all,
I've seen questions on the list about this before (no solid answers, though)
and I'd like to re-ask ...
When I try to print the contents of webview control, I get an error (and
associated crash behavior) as follows:
Reader[1226] PMSessionEndDocumentNoDialog failed (error code = -30879)
Reader[1226] *** -[NSAutoreleasePool dealloc]: Exception ignored while
releasing an object in an autorelease pool: NSInternalInconsistencyException
Failed to end PMPrintContext
All I do is
- (IBAction)print:(id)sender{
[webView print: sender];
}
then choose "save As PDF" from the print options dialog...
Has anyone seen/solved this? If so, any help would be greatly appreciated!
Thank you!!!!
Brad
_________________________________________________________________
Compare Cable, DSL or Satellite plans: As low as $29.95.
https://broadband.msn.com
_______________________________________________
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.