NativeDialogs icon indicating copy to clipboard operation
NativeDialogs copied to clipboard

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

Open ghost opened this issue 12 years ago • 1 comments

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.

ghost avatar Feb 05 '14 17:02 ghost

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?

JayJet avatar Aug 02 '17 16:08 JayJet