On 30-May-05, at 1:21 PM, Steve Garman wrote:
In a message regarding Re: Cloning a rectangle... dated Mon, 30 May
2005
13:16:38 -0700, Terry Ford said that ...
On 30-May-05, at 12:36 PM, Eirik Karlsen wrote:
In a rectangle's OpenEvent I'm trying to clone it using this code:
<snip>
Are you trying to create a clone of an existing Rectangle Control or
create one by itself? You can't do the latter.
And if you do the former, don't do it in the Open Event or you'll
cause a
stack overflow, as each new rectangle fires its own open event.
OUCH! I missed the Control's Open Event thing entirely. :(
The rectangle clones could possibly be done in the Open Event of the
Window itself. (Now I'm getting more cautious) ;-)
Terry
_______________________________________________
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>
|