I would like to update itemindex value of WebRadiogroup on OnPopUp event of TTMSFNCPopup. However, it does not update. I tried it on FNCRadioGroup and it works well. But TWebRadiogroup seems to have issue.
Here is the demo for you to track the issue. 16. FNCPopup.zip (2.2 MB)
Yes, I am well aware of this.
Both controls work in an entirely different way. One uses the DOM, the other the HTML canvas.
It is DOM manipulation we can't do as long as the DOM element is not shown.