Hi,
if I use FileDialog with
the color of filenames is of similar value of the FileDialog background.
has not effect.
Is it a bug or I am wrong.
Thank you.
Ciao
if I use FileDialog with
Theme.Holo.Light
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
Is it a bug or I am wrong.
Thank you.
Ciao