[EMAIL PROTECTED] schrieb:
Erich Konicek <[EMAIL PROTECTED]> writes:How can I determine the current position (top/left within the ClientDocument or the Parent) and the current size (height/width) of an auto-layout-widget?You can generally do that with the methods in qx.lang.Location and qx.lang.Offset.
Thank you very much, this is what am locking for. var left = qx.html.Location.getClientAreaLeft(vWidget.getElement()); Could you please shortly explain the difference between getClientXxx and get PageXxx and the difference between Area/Box/Inner/Outer what I figured out is: Outer = the position where margin starts Inner = the position where the border starts Box = the position where the content of the widget starts (after padding) but I found no difference between Inner and Area (qx 0.6.6, Firefox 2.0)Title: qooxdoo » Demo » Sample
Test for normal width Splitpane, no holding knobs, live resize enabled.
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
