I'm trying to capture the resize event of a XUL window... the problem is that I've no idea of what event should I capture in order to know what's the current window size while resizing. I'm already using the "resize" event, but it's only fired when the user has finished resizing the window, not while it's resizing it. I tried to capture the "DOMAttrModified" event on the window element, to see if I can get a modification of the "width" and "height" attributes, but doesn't seems to work either...
Is there any way of getting the XUL window width and height while being resized? Thanks! Josep del Rio _______________________________________________ mozilla-layout mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-layout
