On Sep 12, 2006, at 12:01 PM, [EMAIL PROTECTED] wrote:
On Sep 12, 2006, at 17:50 UTC, Robert Poland wrote:
The program creates two windows but only opens one when run. The
window that opens (Window1) contains a pushbutton to print. The print
calls a method in Window2 to do the printing.
The end result is a printout of Window2.
Right.
The August 20th, 2001 Read Me says "This example shows how to use the
DrawInto method of the graphics class to print the contents of a
window."
Right again. Is it not clear?
The RB Users guide doesn't cover DrawInto.
The user's guide should be considered introductory material. What
you're looking for is the Language Reference. DrawInto should be
covered there. But there isn't very much to it: you call it on a
window, and the window draws itself into the given graphics context.
Seems like this could be transported to my current endeavor. But
there seems to be something hidden that blocks the transfer.
Well, what exactly is your question or point of confusion about it?
When I do a print with a button, as in the example, I get an error.
"Exception: EXC_BAD_ACCESS (0x0001)". WHY?
Cheers,
- Joe
--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
Robert Poland
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>