Skip to main content
21-Topaz II
December 10, 2014
Question

About radio-button control

  • December 10, 2014
  • 1 reply
  • 2205 views

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.

1 reply

19-Tanzanite
December 10, 2014

You can't. When you click on one button Mathcad has to recalculate all of them, hence the flicker.

-MFra-21-Topaz IIAuthor
21-Topaz II
December 10, 2014

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.

19-Tanzanite
December 10, 2014

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.