mbc66
December 3, 2019, 4:38pm
2
These recent threads might help you. If not, could you be more specific about what you are trying to achieve and how your table column and/or box widget should behave? What specifically does not work properly? Could you attach your .rp file? …etc.
Hi!
To size the middle correctly, and to create the drag boundaries, you’ll need to use local variables. Local variables allow you to get values (such as top, bottom, width, etc.) from other widgets on the page. Here’s a post describing how to use them.
For instance, when dragging the top circle, you’ll need to know where the bottom circle is in order to properly size the line in between them.
I updated the OnMove code of both circles, and added drag boundaries.
Dragging the line itself to m…
You’re close.
First of all, you would not be able to see the dynamic panel, “Box” resize, other than to see that its contents (the one gray rectangle) would appear to move with the Slider as you dragged it (because by default dynamic panels have a transparent fill.) But, you can directly resize the gray rectangle inside it and since the dynamic panel is set to “Fit to Content” then it’s size will change with the rectangle’s size.
Secondly, you don’t have a local variable defined for LVAR1 in y…