Page 1 of 1
RadioButton rev4/5 fatal exception
Posted: Sun Feb 28, 2021 11:37 pm
by BogdanS
Using RadioButton revs 4 or 5 puts up an error.
"Flowcode has suffered a fatal exception"

- radiobutton.png (11.14 KiB) Viewed 6310 times
If I select YES the program will Freeze.
If I select NO the program will close.
RadioButton rev 1,2,3 did not put up this type of error.
Re: RadioButton rev4/5 fatal exception
Posted: Wed Mar 03, 2021 9:46 am
by BenR
Hello,
Thanks for letting us know, Hopefully this problem should be fixed for you now in the latest release.
Re: RadioButton rev4/5 fatal exception
Posted: Wed Mar 03, 2021 10:49 am
by stefan.erni
Hi Ben
Before the update I had the error also. Now the radioButton don't crash but should the button work in the App Developer?
regards
Stefan
Re: RadioButton rev4/5 fatal exception
Posted: Wed Mar 03, 2021 12:09 pm
by medelec35
Hi Stefan,
Yes, the radio button should work in App Developer.
Re: RadioButton rev4/5 fatal exception
Posted: Fri Mar 05, 2021 1:37 am
by BogdanS
Excellent. The fatal exception is gone. Thank you.
Re: RadioButton rev4/5 fatal exception
Posted: Fri Mar 05, 2021 1:38 am
by BogdanS
Excellent. The fatal exception is gone. Thank you.
Small observation in Rev7:
When the radiobutton is first placed on the 2D Panel the button spacing is large.
After 18 seconds the space between the buttons will auto correct.
Properties for spacing is set to 1.500000 but for 18 seconds the spacing shows as if 48.00000.
There was a similar issue in Rev6 but the button spacing looked like it was set to ZERO.
Looks like you are already working on this issue.
Re: RadioButton rev4/5 fatal exception
Posted: Fri Mar 05, 2021 10:07 am
by BenR
Hello,
We have fixed the problem properly in the upcoming release of Flowcode however for now we have solved the crash by adding the time delay to ensure the component is fully loaded before redrawing it. On most projects this equates to a delay of up to 20 seconds but this large delays buys us time when loading much larger projects.
Once the new version is released we can remove the time delay and the problem should resolve itself.