Re: Login

Emiliano Heyns <[email protected]> Sun, 13 Apr 2003 20:03:14 +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;

I thought about that, but the disabledemo doesn't do this either, and 
still, that works. I added the code, but no effect. The dbox just 
doesn't seem to do anything.

Actually, that's not *entirely* correct. It cancels the effect of the 
pulldown button. It sinks when you press it, but no list pops down. But 
that's all it seems to do. I can still pull down the list by clicking 
the white part, and the edit fields still work.

You can see what happens at 
http://launch.xwt.org/stable/cactus.iris-advies.nl/xwt/iris.xwar

Emile


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