S slowtime Active Member Licensed User Longtime User Nov 12, 2013 #1 Hi, if I use FileDialog with Theme.Holo.Light Click to expand... B4X: FDlg.ScrollingBackgroundColor=colors.Black FDlg.FilePath = File.DirRootExternal&"/****/****/" FDlg.FileFilter =".bup" ret4=FDlg.Show ("RESTORE", "Ok","Cancel", "" , Null ) ' -1 ok -3 cancel -2 nega filenome = FDlg.ChosenName the color of filenames is of similar value of the FileDialog background. B4X: FDlg.ScrollingBackgroundColor=colors.Black has not effect. Is it a bug or I am wrong. Thank you. Ciao
Hi, if I use FileDialog with Theme.Holo.Light Click to expand... B4X: FDlg.ScrollingBackgroundColor=colors.Black FDlg.FilePath = File.DirRootExternal&"/****/****/" FDlg.FileFilter =".bup" ret4=FDlg.Show ("RESTORE", "Ok","Cancel", "" , Null ) ' -1 ok -3 cancel -2 nega filenome = FDlg.ChosenName the color of filenames is of similar value of the FileDialog background. B4X: FDlg.ScrollingBackgroundColor=colors.Black has not effect. Is it a bug or I am wrong. Thank you. Ciao
Erel B4X founder Staff member Licensed User Longtime User Nov 13, 2013 #2 ScrollingBackgroundColor will not help. Seems like you cannot set the background color of this dialog. Upvote 0
ScrollingBackgroundColor will not help. Seems like you cannot set the background color of this dialog.
Informatix Expert Licensed User Longtime User Nov 13, 2013 #4 You can use my File Explorer class instead. Upvote 0
S slowtime Active Member Licensed User Longtime User Nov 14, 2013 #5 Thank you Informatix. Must I credit you in the apps ? Ciao. Upvote 0
Informatix Expert Licensed User Longtime User Nov 14, 2013 #6 slowtime said: Must I credit you in the apps ? Click to expand... No, it's not necessary. Upvote 0