Re: Trapping Box Properties?

Brian Alliet <[email protected]> Mon, 19 Apr 2004 03:24:40 -0400
Newsgroups gmane.comp.java.xwt.core
Message-ID <[email protected]>
On Apr 19, 2004, at 3:00 AM, Adam Megacz wrote:

>> It is going to invoke any traps on them regardless unless we put
>> some ugly special cases in there.
>
> The extra cases only add additional trap invocations.  They don't
> inhibit any trap invocations.

So does the height trap get invoked twice when someone does 
mybox.height = 100 ? If so how does org.xwt.js know to not call 
box.put("height",..) after the second invocation completes?

-Brian