Re: PATCH: Bug 186
Charles Goodwin <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Message-ID | <308906BE5D07D5119285009027D61C5722F653@NTFPS1> |
> Hell, myBoxNorth = xwt.newBox(). There's no reassignment there.
I just had that discussion with Andrew.
So I want this in north:
<box id="x" color="gray" hpad="2" vpad="2">
<box id="ruler" image="ruler" tile="true" />
</box>
$scrollpane.center._SizeChange = function() {
$ruler.width = center.width;
}
Now this is a very simple example. The xwt.newBox() syntax for that is
already non-trivial. Imagine having something half-complex up there.
As for the manual reassignment issue, that's daft as well. If you read the
doc on scrollpane_tag, you'd know it reassigns, so that's manual reassigment
too. No matter what dress it's wearing, everything you've suggested is that
same or worse than what's there already, just more verbose.
I'm not debating this crap anymore. Period.
_______________________________________________
http://lists.xwt.org/listinfo/dev