It appears that when you create a print operation, it is directly associated with a view. In my print accessory, I can make changes that would make it much easier to render the data that the user is requesting by using a different view. Is there any way to change the view or maybe swap out the print operation for another one with a different view when the user makes these changes in the print setup?
I guess it would be possible to do something nasty like adding a subview and adjusting the pagination if I can't just replace it with a different view altogether, but I am hoping to avoid such ugliness. Thanks Gideon_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
