You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing a little testing on other targets it appears this issue is only happening on the neko target. Unfortunately "Uncaught exception - std@module_read" is the only error I can get out of the debugger.
I got options working fine but there is still the Uncaught exception - std@module_read on neko targets when I use the StablexUI library. The issue is not present in C++ target.
Options works fine but have not been able to figure out what triggers the std@module_read read error. It is only happening on this project that is using StablexUI lib. I will try and narrow it down and see if I can provide an example.
Is there a limit on how many option boxes you can have on screen? As soon as I add a 7th box to my I get the error:
Uncaught exception - std@module_read
If I do not set a value to the box like
var status = UIBuilder.getAs('status',Options);
It works ok but if I do:
status.value="Closed";
I get the error.
The XML looks like this:
The text was updated successfully, but these errors were encountered: