Re: Login

Andrew Kohlsmith <[email protected]> Sun, 13 Apr 2003 13:47:00 -0400
Newsgroups gmane.comp.java.xwt.general
Organization Benshaw Canada
Message-ID <[email protected]>
>      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;

Regards,
Andrew

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