Extract size of resizable
- To: mathgroup at smc.vnet.net
- Subject: [mg113685] Extract size of resizable
- From: István Zachar <zac at freemail.hu>
- Date: Mon, 8 Nov 2010 03:36:25 -0500 (EST)
Dear All, how can one extract the actual size of a resizable dynamic object? The following approach does not work: try to resize the object using the resize-widget at the lower-right corner. plot = Plot[Sin[x], {x, 0, 5}, ImageSize -> {300, 200}]; obj = Pane[plot, AppearanceElements -> "ResizeArea"] Dynamic@CurrentValue[obj, ImageSize]