B4A Library Dialogs library

Status
Not open for further replies.

alimanam3386

Active Member
Licensed User
Longtime User
Hi

how can we change the Title typeface ( also buttons typeface ) in this lib ? I used CSBuilder but nothing changed. thanks
 

Marek Brezina

Member
Licensed User
Hello,
would you be able to do something with ColorDialog when you use it in Landscape mode? In this case, it does not appear as a whole, it is not possible to set the color. See picture. Can elements shrink somewhat? Or do the slider dial items?
Thank you,
Marek
 

Attachments

  • ColorDialog_landscape.jpg
    33.1 KB · Views: 352

JTmartins

Active Member
Licensed User
Longtime User
I have several problems with this lib.

No way to have more than 4 digits displayed in number dialog.

Wrong display in Date dialog and time dialog in landscape, as shown.

Does anyone have the same problems ?

I'm using the demo files, for the attached shots
 

Attachments

  • date.png
    14.5 KB · Views: 440
  • timedialog.png
    10 KB · Views: 449

jimmyF

Active Member
Licensed User
Longtime User
Using Android 7.1.1
Not an issue with older versions.
B4X:
Dim fd As FileDialog
fd.FileFilter=("*.*")
fd.TextColor = Colors.Black
                 
Line 2202 --> fd.Show("Open Text File","Yes","No","",Null)
If fd.Response = DialogResponse.POSITIVE Then
 

jimmyF

Active Member
Licensed User
Longtime User
Very good question.
I just figured it out as you were typing. Great minds think alike!
I had never set it.
This works:
B4X:
fd.FilePath= File.DirRootExternal

Funny, though, that it was never an issue on previous phones.
 

cengolo

Member
Licensed User
Longtime User
is it possible to change the colors of the time picker dialog (or the dialogs in general?)
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…