Change Panel position with button

Hello.

I need your help.

I like to change positon of panel with button like from top to bottom... vice versa
Is it possible?

Thank you.

1 Like

Hi whereissun,

just type this into your panels geometry "top" using percentages:
#{@{button_1}*50}%

Even simpler if you type @{button_1}% and set the button's on to 50 and off to 0.
When using absolute position, then set on and off to the corresponding pixels and delete % from geometry.

Here's an example
panel_position.json (4.3 KB)

Greetings and have fun!

It work!

Thank you very much!