realbasic-nug
[Top] [All Lists]

Layering of elements created at runtime

To: realbasic-nug at lists dot realsoftware dot com
Subject: Layering of elements created at runtime
From: Stephen Johnson <stupendo44 at gmail dot com>
Date: Wed, 01 Feb 2006 00:09:20 -0500
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=FpVhXIKWmlJDzeq+ejjDFWQ1PIx8xZNXE+Q8zrOsaSEe/rmHvK45HqBaIIKTDycXyhg/OSTEVU4+NhYEL72/vLAeHr68bdERyYBSF9K3YRzX9NADC/1I7Gbkdh3wse1lcu1pg1O/UsyUFSIb7B2hzj1X3n9Pwwb3QCRle3hwrwM=
References: <20060201035259 dot 79E1A10A8344 at lists dot realsoftware dot com>
How can I control the layering order of elements that are created at run-time? I have an array of Canvases that I add to during the operation of the program, and RoundRectangle that only needs to appear some of the time. But whenever I tell my RoundRectangle to appear, it's underneath the Canvas. How can I tell it to be on top?

Stephen
_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>
  • Layering of elements created at runtime, Stephen Johnson <=