DirList (file multiselect)

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

DirList (file multiselect)

Post 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>?
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DirList (file multiselect)

Post 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.
Post Reply