I thought it would be easy to create a multiple select listbox with nsDialogs, but obviously I was wrong. 🙄
I have done the following:
${NSD_CreateListBox} 10u 70u 200u 35u $(LB_CleanUp)
Pop $ListBox_CleanUp
${NSD_AddStyle} $ListBox_CleanUp ${LBS_MULTIPLESEL} Adding the "LBS_MULTIPLESEL" should do the trick - but it did not.After these lines I fill the listbox with several values - all works fine/ as expected.
But I can only choose one item at a time.
Is there anything wrong with the code?
Did I miss something?
Or what do I have to do to create a multiple select listbox with nsDialogs?
Thanks,
Gunther