|
[Date Index]
[Thread Index]
[Author Index]
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]
Prev by Date:
Re: Balance point of a solid
Next by Date:
Re: a DensityPlot eps file bug in mathematica 7.0
Previous by thread:
Re: Programmatically creating functions of many
Next by thread:
Re: a DensityPlot eps file bug in mathematica 7.0
|