I found that I was setting the print object equal to another graphics
object. When I nil both of them, printing occurs normally. Thanks for
the help.
On Apr 28, 2005, at 8:44 AM, Joseph J. Strout wrote:
At 8:42 AM -0500 4/28/05, Robert Badger wrote:
I suspected that something like this was the case. My problem now is
- how do I let go of the graphics object?
Let whatever references you have to it go out of scope, or if you
can't, then assign some other value (such as nil) to them.
I'm talking about the Graphics object to which you're doing your
drawing. You have this in some variable or property. That's what you
need to release (let go out of scope, or assign Nil to).
Best,
- Joe
--
,------------------------------------------------------------------.
| Joseph J. Strout REAL Software, Inc. |
| joe at realsoftware dot com http://www.realsoftware.com |
`------------------------------------------------------------------'
_______________________________________________
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>
_______________________________________________
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>
|