Re: surface ++= ?
Brian Alliet <[email protected]> Thu, 15 Apr 2004 13:57:41 -0400
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 15, 2004 at 03:40:50PM +0000, Charles Goodwin wrote: > Any ideas on how we're going to make surface traps work? [snip code example] > That should be triggered whenever a box changes surface (which will > almost always happen at least once when a box is slotted into it's > initial surface). The surface box property IS NOT the root box or anything. It has nothing to do with the actual root box. It is just a special property that "bubbles up" through the box hierarchy. There isn't currently any way for a box to know when its surface changes. What widgets need to know when they change their surface and why do they need to know? (I think I've asked you this before... sorry if I missed you reply.) -Brian