I've been trying the new PreferencesDialog option and it works really well. I only have two problems:
1) When I try to define a size for the dialog the vertical position the dialog takes is too high, leaving a lot of space at the bottom of the screen. Also the title of the dialog is not shown. Steps to reproduce the problem in the original example:
If a height greater than 60% is set and the title is not shown.
2) For some reason that does not occur in the original example, in a dialog created by me, when opening the dialog, in debug mode there are warnings about not defining the classes of the different controls of the dialog:
Any idea why they appear in my dialogue and do not appear in the original example?
3) If the dialog has a date field that is not visible (it is a field that is outside the visible fields), when the calendar is opened, the dialog disappears and when you select a date the dialog reappears but not showing the date field, but showing the dialog from the first field.
Greetings
Rubén
1) When I try to define a size for the dialog the vertical position the dialog takes is too high, leaving a lot of space at the bottom of the screen. Also the title of the dialog is not shown. Steps to reproduce the problem in the original example:
B4X:
prefdialog.Initialize(Activity, "Preferences Dialog", 300dip, 61%y).
If a height greater than 60% is set and the title is not shown.
2) For some reason that does not occur in the original example, in a dialog created by me, when opening the dialog, in debug mode there are warnings about not defining the classes of the different controls of the dialog:
B4X:
Class not found: b4a.example.b4xswitch, trying: com.clarionero.boletinesoficiales.b4xswitch
Class not found: b4a.example.b4xswitch, trying: com.clarionero.boletinesoficiales.b4xswitch
Class not found: b4a.example.b4xswitch, trying: com.clarionero.boletinesoficiales.b4xswitch
Class not found: b4a.example.b4xfloattextfield, trying: com.clarionero.boletinesoficiales.b4xfloattextfield
Class not found: b4a.example.b4xcombobox, trying: com.clarionero.boletinesoficiales.b4xcombobox
Class not found: b4a.example.b4xfloattextfield, trying: com.clarionero.boletinesoficiales.b4xfloattextfield
Class not found: b4a.example.b4xcombobox, trying: com.clarionero.boletinesoficiales.b4xcombobox
Class not found: b4a.example.b4xfloattextfield, trying: com.clarionero.boletinesoficiales.b4xfloattextfield
Class not found: b4a.example.b4xcombobox, trying: com.clarionero.boletinesoficiales.b4xcombobox
Class not found: b4a.example.b4xfloattextfield, trying: com.clarionero.boletinesoficiales.b4xfloattextfield
Class not found: b4a.example.b4xcombobox, trying: com.clarionero.boletinesoficiales.b4xcombobox
Class not found: b4a.example.b4xfloattextfield, trying: com.clarionero.boletinesoficiales.b4xfloattextfield
Class not found: b4a.example.b4xcombobox, trying: com.clarionero.boletinesoficiales.b4xcombobox
Class not found: b4a.example.b4xswitch, trying: com.clarionero.boletinesoficiales.b4xswitch
Any idea why they appear in my dialogue and do not appear in the original example?
3) If the dialog has a date field that is not visible (it is a field that is outside the visible fields), when the calendar is opened, the dialog disappears and when you select a date the dialog reappears but not showing the date field, but showing the dialog from the first field.
Greetings
Rubén
Attachments
Last edited: