Re: Trapping Box Properties?

Brian Alliet <[email protected]> Thu, 15 Apr 2004 10:33:46 -0400
Newsgroups gmane.comp.java.xwt.core
Message-ID <[email protected]>
On Apr 15, 2004, at 7:14 AM, Charles Goodwin wrote:

>> Uh, it will just work.
>
> That is just not a satisfactory answer.  Please explain how it _will_
> work.  Will the core _put_ to width/height in a different manner to
> doing so in XML/JS?  As in, will the core be putting to width/height
> without setting the min/max values?

I think Charlie has been pretty clear every time he has asked this 
question. This won't "just work" some magic is going to have to happen 
under the hood because the width/height traps are now being used in two 
different contexts.

Could you just give an overview what what happens when a user does:

$mybox.height = 100;
and
ibex.ui.frame = $mybox // then resizes the frame

-Brian