Page 1 of 1

DirList (file multiselect)

Posted: Sat Jan 12, 2013 7:17 pm
by djrikki
http://www.sasg.com/mui/autodocs/MUI_Dirlist.html

In one of the examples Andreas you use <dirlist> with the multiselect attribute set to default... this doesn't appear in the MUI Royale documentation.

Is default behaviour to allow multiple files to be selected in a <dirlist>?

Re: DirList (file multiselect)

Posted: Tue Jan 15, 2013 5:27 pm
by airsoftsoftwair
Don't know, try it and you will see :)

The Multiselect attribute is not in the documentation because it is inherited from the super class of Dirlist class which is Listview class. So you have to check Listview.MultiSelect for the documentation.