Logic Machine Forum
Rotate value (read only) - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Rotate value (read only) (/showthread.php?tid=4260)



Rotate value (read only) - JRP - 23.09.2022

I have an object that I want to visualize and I want to give it a certain tilt.

This is the css with the custom class .rota

Code:
.rota{
  transform: rotate(45deg);
}


I have added the object, so that it shows only the value and the object rotates perfectly.

The point is that if I click on the object, the wiget appears to change its value and I only want it to be displayed.

So in the visualization I put read only and then it does not rotate.

I have tried to put the important option but cheat.

Interestingly, if I change the color of findo, it works.

Greeting


RE: Rotate value (read only) - admin - 23.09.2022

See this: https://forum.logicmachine.net/showthread.php?tid=4215


RE: Rotate value (read only) - JRP - 27.09.2022

It works perfectly.

Thank you very much