realbasic-nug
[Top] [All Lists]

Re: Create virtually a CANVAS subclass

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Create virtually a CANVAS subclass
From: Charlie Boisseau <charlie at boisseau dot co dot uk>
Date: Wed, 28 Dec 2005 18:30:01 +0000
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <BFD894E6 dot 2C52B%realbasiclist at fusina dot net> <045B0BA4-824F-4A44-A38D-7ED5F35A2607 at boisseau dot co dot uk>
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.

--
Charlie Boisseau


On 28 Dec 2005, at 18:15, Dominik Fusina - The Captain wrote:

But I would like to create “myCanvas” instances without that default and physical object, just like that, with using “new” operator only (virtual
action).
- I want my main window empty ! -
Why ? Because I need to initialize differents default values before
“myCanvas” object be created (open).
Is it possible ?


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