Using RadioButton revs 4 or 5 puts up an error.
"Flowcode has suffered a fatal exception"
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.
RadioButton rev4/5 fatal exception
-
- Posts: 3
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 1:41 am
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 501 times
- Been thanked: 684 times
Re: RadioButton rev4/5 fatal exception
Hello,
Thanks for letting us know, Hopefully this problem should be fixed for you now in the latest release.
Thanks for letting us know, Hopefully this problem should be fixed for you now in the latest release.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 997
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
Re: RadioButton rev4/5 fatal exception
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
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
Excellent. The fatal exception is gone. Thank you.
Last edited by BogdanS on Fri Mar 05, 2021 1:42 am, edited 1 time in total.
Re: RadioButton rev4/5 fatal exception
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.
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.
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 501 times
- Been thanked: 684 times
Re: RadioButton rev4/5 fatal exception
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel