Re: Login

Emiliano Heyns <[email protected]> Sun, 13 Apr 2003 20:40:19 +0200
Newsgroups gmane.comp.java.xwt.general
Message-ID <[email protected]>
Andrew Kohlsmith wrote:

>>     dbox.parent = thisbox;
>
>
>
> I think you ran into the _same_ trap I ran into --the property 
> 'parent' does not ASSIGN the dbox as a child of 'thisbox' -- it is 
> only used by disabler for some internal workings.  The engine does 
> nothing to make dbox a parent of thisbox unless you say
>
> thisbox[thisbox.numchildren] = dbox;

Appearantly, the disabler can only be activated from threads or traps. 
It seems to need something that isn't instantiated or initialized before 
that point.

Emile


_______________________________________________
http://lists.xwt.org/listinfo/dev