b4xpreferencesdialog

  1. R

    Android Question Set font size of text fields in B4XPreferencesDialog

    As mentioned in this post: https://www.b4x.com/android/forum/threads/solved-how-to-increase-the-default-font-size-of-preference-dialog.137495/ The default text size of the text fields in the B4XPreferencesDialog is a bit small, with a default value of 14. In the above post there is mention of...
  2. R

    Android Question B4XPreferencesDialog leave animation off

    Experimenting with the B4XPreferencesDialog b4xlib and would like to turn off the animation when the dialog shows. Is there a way to do this without altering any library source code? RBS
  3. R

    Android Question PreferencesDialog, Get text field type from click in that text field

    When the preferences dialog is showing with a number of different text fields (text, multi-line text, number or decimal number) is it possible to determine the type of text field when clicking in that field? I could work it out by looking at this: vTextField.Parent.Parent.Parent.Top But that...
  4. R

    Android Question B4XPreferencesDialog library allow click on view outside the dialog

    Experimenting with B4XPreferencesDialog.b4xlib and using this in a B4XPages project with a custom keyboard. The parent of this custom keyboard is page root. I can load this custom keyboard fine by clicking in a text field of the B4XPreferencesDialog, but I can't press the keys of the keyboard as...
  5. R

    Android Question How to use FocusChanged event of B4XFloatTextField in B4XPreferencesDialog?

    Trying to trigger a custom keyboard when a B4XFloatTextField is clicked in the B4XPreferencesDialog and having trouble doing this. Have tried via the FocusChanged event and also via the EnterPressed event. Any suggestions how this should be done? RBS
  6. james_sgp

    Android Question B4XPreferencesDialog, how to select Options item

    Hi, How can I select an item in the 'shortoptions' list from code, in a B4xPreferencesDialog. Setting other items is simple; but can`t figure how to do this? Thanks, James
  7. aeric

    B4J Question [SOLVED] Refresh B4XPreferenceDialog Options from Updated List

    The options work very well in project without database. When I wanted to refresh the options from updated database, the option is not updated. In attached project, go to "Page 3" from MainPage and click on button "Show Options", the options show 3 items. Click on button "Add Option" then click...
  8. V

    Android Question [B4XPreferencesDialog] App crash when editing date in a DateItem, unparsable date format

    Hi, I was looking for a nice dialog to use for a form asking the user to input both the date and the time of its order, and I step upon the library in the title. Sadly I never managed to get the date field to work. The App crash, and looking at the logs this is what I get: I supposed the...
  9. josejad

    Android Example [B4XPages] jRDC2 + MySql CRUD + Login

    Hi all: I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example. I think I’ve seen more examples with php + mysql, but no projects with Jrdc2. Maybe the dummy data and the UI are too basic, but you can get some ideas. What do we need? - A...
  10. 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...
  11. DroidLyon

    Wish Forms builder in IDE

    Hi Is it possible to add Forms builder as a menu item in main IDE and hence have the ability to create the json form directly into the project File folder? (rather than currently externally call Forms builder jar, create or search for form, copy or save it to a project folder and so on .. And...
  12. Azam Memon

    Android Question B4XPreferenceDialog Current Declaration does not match with previous one

    Hi, I am adding B4XPreferenceDialog library to my existing project, I have also added XUI Views, now it is conflicting with my current declaration (See attachment). When I add the same two libraries to a new project, there is no error. I guess the issue is due to an existing activity named...
  13. R

    Android Question I can't find B4XPreferencesDialog

    B4XPreferencesDialog does not appear in my library manager. How can I add it?
  14. LucaMs

    Other [SOLVED] B4XPreferencesDialog - B4J version bug?

    Error occurred on line: 89 java.lang.NullPointerException The line is: sb.Append($"Date and time: $DateTime{DateUtils.AddPeriod(birthday, time)}"$).Append(CRLF) DateUtils is null. I added a reference to jDateUtils 1.05 but the exception is still raised. [I would "like" to ask another...
  15. LucaMs

    Wish B4XPreferencesDialog - ProgressBar for Numeric Range

    I have yet to study this (great) stuff but it seems to me that I cannot use a ProgressBar for numeric range settings.
  16. H

    Android Question B4XPreferencesDialog initial values

    Hello This code I creating item programmatically: prefdialog.AddTextItem("key","title") How to programmatically initialize a default value? How to programmatically set it as mandatory or optional field? Thank you
  17. Rubsanpe

    Android Question [SOLVED] B4XPreferencesDialog with different Android versions

    Hi, I'm trying the example of B4XPreferencesDialog and I've seen that according to the Android version dinde is going to put the title of the dialog or not. From what I've seen, in recent versions of Android with the 7 if it shows the title. I've tested on a device with a 4.4 version and it...
Top