Qs on printing from non-document apps
Qs on printing from non-document apps
- Subject: Qs on printing from non-document apps
- From: "Guy Umbright" <email@hidden>
- Date: Tue, 22 Oct 2002 13:09:09 -0500
- Thread-topic: Qs on printing from non-document apps
I got not response before, so let me restate this...
From a non-document based app, I want to print
+---------------------+
| |
|+-------------------+|
|| graph ||
|+-------------------+|
|+-------------------+|
|| table ||
|+-------------------+|
| |
+---------------------+
Where "graph" is a GraphView (a custom NSView) and takes
about half the page and "table" takes the rest and can
possibly spill onto additional pages.
I have created an NSView in IB with a GraphView and an
NSTableView and wired it so I can send it a print: message.
1) The NSTableView does not print all its contents (like sending
print: directly to it would). Is there a way to force it to
expand to show all data or should I simply abandon it and draw
the table data myself?
2) Is there a better way to accomplish this?
Guy Umbright
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you are
not the intended recipient, you are hereby notified that any viewing, copying,
disclosure or distribution of this information may be subject to legal
restriction or sanction. Please notify the sender, by electronic mail or
telephone, of any unintended recipients and delete the original message
without making any copies.
_______________________________________________
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.