Knob Filmstrip wont rotate
-
While assigning a filmstrip for a knob i have this problem:
when i set the right amount of frames everything works perfectly but if I switch page and come back to the interface designer it stop working, assigning the number of frames "solves " the problem for a minute and it stops again. Also exporting without the rotation.
Maybe do you have a solution?
-
@ToharShefiRafeld Did you click compile in the script editor after assigning the image and setting the num strips? Is the image in your project's Images folder?
-
@d-healey Thanks for the quick answer, yes the image is in the folder, but im using the the property editor not working with the code editor
-
@ToharShefiRafeld Also if im adding this line
const var Knob1 = Content.getComponent("Knob1") .set("numStrips" , "72");```
its signals that the numStrips is "overwritten by script"
but still the same problem -
Can you make a video to show me what you're seeing?
-
@d-healey finally solved the problem by ticking the "show text box" i dont know why but it worked
-
Someone sent me a message about this bug on Patreon yesterday and I ran into it myself today.
Here's a video from my Patreon demonstrating the issue:
https://drive.google.com/file/d/101QQxPPHjet4987--vizQkNoKBC0jz8x/view -
@d-healey I followed along and tried to replicate this and I noticed since 'show text box' is still ticked, the text box resizes and covers the knob when you recompile. So its good when you first resize the knob because the text box somehow keeps its smaller scale and is out of the way, but when you recompile that thing covers the whole button.