When ExplorerListGadget is created with below flags, Designer adds the flag No_Files as well, when switching to code view, so afterwards nothing is visible, while files should be visible.
Code: Select all
ExplorerList1 = ExplorerListGadget(#PB_Any, 0, 0, 940, 348, "Only Files Explorer", #PB_Explorer_NoMyDocuments | #PB_Explorer_BorderLess | #PB_Explorer_AlwaysShowSelection | #PB_Explorer_MultiSelect | #PB_Explorer_GridLines | #PB_Explorer_FullRowSelect | #PB_Explorer_NoFolders | #PB_Explorer_NoParentFolder | #PB_Explorer_AutoSort)