b4xpreferencedialog

  1. R

    Android Question Problems with B4XPreferencesDialog

    Using this now since some 6 weeks and it is a lot better than using lots of B4XPages with layouts to show and alter all the settings I have. I have some problems though altering the text sizes of the simple text item title (B4XFloatTextField) and the dialog buttons (OK and Cancel) at the bottom...
  2. R

    Android Question B4XPreferencesDialog adjust views of Short_Options dialog

    With the Short_Options we get in the dialog from left to right: The title, the current value of the variable to be changed and then the drop-down button to show the different options. All works OK, except the the width of the view that holds the current value is too small, so the value is...
  3. janderkan

    iOS Question How to close PreferenceDialog programmatically

    Hi I use B4XPages and in 1 page I open a PreferenceDialog Wait For (prefdialog.ShowDialog(prefMap, Main.Loc.Localize("txt_save"), Main.Loc.Localize("txt_cancel"))) Complete (Result As Int) Based on an event I close the page, but next time I open the page, the PreferenceDialog is still there...
  4. H

    Android Question b4xprefdialog methods extra parameter

    Hi @Erel Can you add "mandatory item: yes/no" extra parameter in methods of b4xprefdialog (AddDecimalNumberItem, AddDateItem, AddMultilineTextItem, AddNumberItem, AddNumericRangeItem, AddOptionsItem, AddPasswordItem, AddShortOptionsItem, AddTextItem, AddTimeItem). In form builder this parameter...
  5. Phayao

    Android Question B4XPreferenceDialog - compilation error

    Hello, I tried to use the examples under this interesting library - though I got: B4A Version: 9.30 Java Version: 11 Parsing code. (0.71s) Building folders structure. (0.78s) Compiling code. (0.38s) Compiling layouts code. (0.02s) Organizing libraries. (0.01s) (AndroidX SDK)...
Top