Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Please is there anyone who kindly can tell me how to eliminate that annoyng flickers very evident when using multiple radio buttons associated with the same variable?
Thank you
F. M.
You can't. When you click on one button Mathcad has to recalculate all of them, hence the flicker.
I've used for many years the "Visual C++" of Microsoft. With it, as is well known, it is possible to eliminate various "flicker" . Since Mathcad, to my knowledge , has been created with such a programming language, I thought it was also in this new environment, to eliminate that problem. I am surprised that this isn't possible.
Thanks anyway.
Oh, I'm sure it's possible if you have access to the source code of Mathcad. You would just make an exception so that the green "calculating region" box doesn't show for the other radio buttons in a set when those regions recalculate. Good luck on ever getting such a request implemented though.
... It would be nice to access the code... Regarding my problem, if I remember correctly, one should proceed as one does in visual c++, namely one should "freeze" the area containing the radio buttons of the same variable until it stabilizes or ends calculation and then reactivate the area, obviously via software...