Facility Control

 View Only
Expand all | Collapse all

Grouping Elements together to move them all at once instead of dragging each label , button, param, etc

  • 1.  Grouping Elements together to move them all at once instead of dragging each label , button, param, etc

    Posted 11-17-2020 15:20

    Hi, I have a panel with a lot of buttons, Tabs and timers. I'd like to group the elements together so that when I move them all the buttons and labels etc move with it. How could I do this?

    Thank you!



  • 2.  RE: Grouping Elements together to move them all at once instead of dragging each label , button, param, etc

    Posted 11-17-2020 15:35

    Hi Nicolas,

    You can use a container, like the Canvas.

     

    But you have to put it down before you put the elements in it.   

     

    If you have exsiting elements, you'll have to edit the source.   So if you have 3 elements that already exist, and you want to move them into the canvas below:

     

     

    You have to edit the code to look like this:

    You'll also have to adjust the position of all the elements (left, top, etc).   Those will now be relative to the canvas and not the top of the panel.

    You should also look at the simple grid container.  It's also very useful.

     

    If you watch this video, you'll learn a lot about containers.

    https://www.rossvideo.com/gallery/creating-a-mockup-of-your-panel/

     


    #DashBoard