04-25-2016 08:36 AM
Hello,
I have a problem with the "text ring" control.
In my software, I need to update the text ring values, using a property node. But some values are not understood by the text ring, even if they are defined inside it.
I join you an illustration of my problem and the piece of code which doesn't work, I hope you can help me 🙂
Thank you,
Julie
Solved! Go to Solution.
04-25-2016 08:45 AM
Probably a result of the fact that floating point numbers can't exactly represent every real number. So 0.4 is not exactly equal to 4e-7 x 1e6.
04-25-2016 09:09 AM
Thank you for your help