realbasic-nug
[Top] [All Lists]

Re: why would this crash?

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: why would this crash?
From: Kevin Ballard <kevin at realsoftware dot com>
Date: Thu, 3 Jul 2003 14:34:41 -0500
Well, that's your problem. Why would a Graphics property magically be created when you access it differently?

Your solution is to create a new picture of the same dimensions and depth as the original, and draw the original into the new one, then check the Graphics.Pixel property of the new one.

On Thursday, July 3, 2003, at 01:45  PM, Chris Halford wrote:

I have a picture that I'm trying to get a colour from. I've set it as the backdrop of a canvas. The canvas' backdrop graphics cannot be accessed, and the only reason I tried to do that is because the original picture object's graphics cannot be accessed either.

---
Kevin Ballard
REAL Software, Inc.
http://www.realsoftware.com


---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>

Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
.


<Prev in Thread] Current Thread [Next in Thread>