realbasic-nug
[Top] [All Lists]

Re: Create virtually a CANVAS subclass

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Create virtually a CANVAS subclass
From: Ed Kleban <Ed at Kleban dot com>
Date: Wed, 28 Dec 2005 13:58:50 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: AcYL6R7hXTkp7HfcEdqregANk0o3Jg==
Thread-topic: Create virtually a CANVAS subclass
You can also create the first canvas(0) outside of the window area so that
it cannot be seen, or set it's visible property to false.  Then either
change it's properties before displaying it, or just ignore it and create
clones as you need them with the properties you desire.


On 12/28/05 12:30 PM, "Charlie Boisseau" <charlie at boisseau dot co dot uk> 
wrote:

> REALbasic doesn't allow you to create controls on the fly.  What you
> can do is attach a new instance of a ContainerControl dynamically, so
> you might want to create a canvas within a container control and try
> that.


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