hello
is there a way (a code) to show the "gui" of an effect permanently on the skin outside of the "browser"?
thanks
is there a way (a code) to show the "gui" of an effect permanently on the skin outside of the "browser"?
thanks
Posté Mon 08 Feb 21 @ 9:33 am
No, there is not.
In theory, you could have skin elements and use all the actions like effect_slider x, effect_button x etc but it's not easy to know how many of those an Effect will have , so the positions of these inside a panel/skin will be hard to calculate.
In theory, you could have skin elements and use all the actions like effect_slider x, effect_button x etc but it's not easy to know how many of those an Effect will have , so the positions of these inside a panel/skin will be hard to calculate.
Posté Mon 08 Feb 21 @ 1:57 pm
ok ! thanks dj Dad for those information ;)
Posté Mon 08 Feb 21 @ 5:34 pm
You can un-dock the gui of any effect though, and have it as a floating window .. and put anywhere you want
Posté Mon 08 Feb 21 @ 5:41 pm
Note there is a big unfixed bug with FX GUIs :
whatever the initial mode is (docked or windowed) switching skin layout do not restore the GUIs, but their internal state still stay the same :
even they are not showing, they are still open.
Trying to show a previously visible GUI will "close it" and a second call is needed to open and show it again
not directly related, but affected by the same bug :
this is exactly the same as with browser positions resetting between skin/layouts
and with windows sizes and placements that are kept from mostly incompatible previous skin instead of using the ones saved for use with the new selected skin)
whatever the initial mode is (docked or windowed) switching skin layout do not restore the GUIs, but their internal state still stay the same :
even they are not showing, they are still open.
Trying to show a previously visible GUI will "close it" and a second call is needed to open and show it again
not directly related, but affected by the same bug :
this is exactly the same as with browser positions resetting between skin/layouts
and with windows sizes and placements that are kept from mostly incompatible previous skin instead of using the ones saved for use with the new selected skin)
Posté Mon 08 Feb 21 @ 8:47 pm