So, I'm using the "onEndMove" and "onEndResize" to save window position/size to 
the server via AJAX.

In Wired Mode, the window position/size isn't updated until after the events 
are fired!


Can this code block:
    if (!this.doResize)
      this._notify("onEndResize");
    else
      this._notify("onEndMove");

Be move to after the
  this._hideWiredElement();

Or does this cause problems elsewhere?

-PS

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to