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
{{ message }}
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.
I've seen this "public" setter in the class, but it's commented as private and not working, so I gess that's for the native code to use, but why can't we set this ? It seem to me a pretty basic and necessary feature !?!
Thanks.
The text was updated successfully, but these errors were encountered:
In the NativeListDialog.as in the row 323 instead of "_selectedValues[k]==true;" must be "_selectedValues[k]=true;", and in the row 384 instead of "_selectedValues[j] = true;" must be "_selectedValues[val] = true;". Can anybody recompile it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've seen this "public" setter in the class, but it's commented as private and not working, so I gess that's for the native code to use, but why can't we set this ? It seem to me a pretty basic and necessary feature !?!
Thanks.
The text was updated successfully, but these errors were encountered: