Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options crashes app when I try to set value #270

Open
frankhdz opened this issue Mar 20, 2017 · 4 comments
Open

Options crashes app when I try to set value #270

frankhdz opened this issue Mar 20, 2017 · 4 comments

Comments

@frankhdz
Copy link

frankhdz commented Mar 20, 2017

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:

 <Options
  w = "100"
 h = "30"
 id = "'status'"
 skinName = "'dropDown'"
 skin:Paint-border = "1"
 skin:Paint-borderColor = "0xcccccc"
 options = "[['Open', 'Open'], ['Closed', 'Closed'], ['Pending', 'Pending']]"
 optionDefaults = "'option'"
											        
											        
/>
@frankhdz
Copy link
Author

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.

@frankhdz
Copy link
Author

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.

@RealyUniqueName
Copy link
Owner

Your example works fine for me. Can you post minimal complete project with reproducible issue?

@frankhdz
Copy link
Author

frankhdz commented Apr 5, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants