How To Customizing control panel elements ?
For example resize or rotate the elements or show the pin name over element .
also how to do vertical control element?
How To Customizing control panel elements ?
For example resize or rotate the elements or show the pin name over element .
also how to do vertical control element?
You cannot add a slider that is directly inside a box. But you can create a box that display one or more slider in the property editor when it is selected.
You have to create a Pin Collector, and make some connections. To display sliders instead of numeric fields you have to insert Dash Scalar modules:
On each Dash Scakar you can specify the Min-Max values:
If you add SLIDERS to the control board, you will see it like this:
(note that the slider itself always displays values between 0 - 1, but the real output will be in the interval you specified.)
You can simply wire them into a Pin Collector, and add a # character before the pin names.
# in pin collector names means that you want a button instead of a property. It can be used with Trigger, Logical and Integer properties.
Also as you can see there are some predefined button names that turns into icons on the control board. You can see and select these from a list when you add a Pin Collection pin using the Icon Keyword button:
If the pin name is not identical to any of these then the button simply displays the pin name as a text.
The width of a video menu is determined by the number of videos it allows. The latter can be specified by the number of video file pins you add to the Pin Collector.
Other than that you cannot resize the elements individually.
Also you cannon create vertical panels and cannot display the pin name currently.