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