Designer adds Explorer_No_Files when switching from design to view
Posted: Sun Aug 27, 2023 2:12 pm
In Windows, PB 6.02/03 (64 or 32 bit, probably on other OSs as well - not tested)
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.
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)