Closed ShenKang4181 closed 3 years ago
Can you please elaborate? We can see all files with the "All Files" filter and select them all via CTRL+A or the context menu at the top right. allowMultiSelection
must be set to true, though.
My code :
FileBrowser.SetFilters( true );
FileBrowser.ShowLoadDialog( OnSelectBaoJiaWuLiao , null , FileBrowser.PickMode.Files , true , null , null , "选择报价物料单文件" , "确定" );
runtime :
I want to customize "all files(.*)" text
Ah! You can customize these 3 public static variables from your scripts (FileBrowser.AllFilesFilterText = "blabla";
):
I did it! Thank you. Love you