Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

How do you set selectedItems before opening multi-choice dialog? #48

Open
ghost opened this issue Feb 5, 2014 · 1 comment
Open

How do you set selectedItems before opening multi-choice dialog? #48

ghost opened this issue Feb 5, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 5, 2014

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.

@JayJet
Copy link

JayJet commented Aug 2, 2017

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant