Library documentation: B4XPreferencesDialog - v1.61 B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (47 reactions)   tags: preference, B4X, builder, B4X B4XPreferencesDialog
B4XPreferencesDialog makes it easy to create dialogs with all kinds of input fields.
The main steps required to use... tool:
https://www.b4x.com/android/forum/threads/b4x-forms-builder-designer-for-b4xpreferencesdialog... Tool [B4X] Forms Builder - Designer for B4XPreferencesDialog - Erel    Sep 22, 2019   (33 reactions)   tags: Forms Builder, B4XPreferences, Designer, preferance form builder that helps with building templates for B4XPreferencesDialog: https://www.b4x.com/android/forum/threads/b4x-b4xpreferencesdialog-cross-platform-forms.103842/#post-651047
The output of FormsBuilder... B4A Question [Solved] How to hide "cancel/confirm" buttons in TextItem of the B4XPreferencesDialog? - asales    Apr 18, 2020 How I can hide this buttons?
92055
Thanks in advance for any tip.... B4A Question [Solved] How to change the typeface of multiline text item in B4XPreferencesDialog - asales    Mar 12, 2020 I can change the size of multiline text item in B4XPreferencesDialog with this code:
If pi.ItemType = prefdialog.TYPE_MULTILINETEXT Then
Dim ft As B4XFloatTextField = prefdialog.CustomListView1.GetPanel(i).GetView(0).Tag
ft.TextField.TextSize = 20
Is possible to change the Typeface of multiline text item to use a custom TTF font?
Thanks in advance for any tip.... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (13 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... Bug? [SOLVED] B4XPreferencesDialog Bug - when data-map predefined and change at runtime value to nothing/null - returns old value ! - Magma    Jan 21, 2022 -map using at b4xpreferencesdialog and change at runtime (enduser using the form-dialog) a value to... B4J Code Snippet Disable TextItem in B4XPreferencesDialog - aeric    Aug 6, 2021   (6 reactions) -cancel-confirm-buttons-in-textitem-of-the-b4xpreferencesdialog.116534/post-728125...
Dim pi As B4XPrefItem = PrefDialog.GetPrefItem("Item Code") ' <-- Disallow edit....TYPE_TEXT Then
Dim pnl As B4XView = PrefDialog.CustomListView1.GetPanel(0)
Dim ft... Wish B4XPreferencesDialog - Add B4XSeekbar - LucaMs    Feb 22, 2023 Although this is a "Wish", I'm starting to modify both the B4XPreferencesDialog library and the "Forms builder" by myself.
I don't know if Erel will accept my changes... B4A Question B4XPreferencesDialog show hide another item - Hamied Abou Hulaikah    Sep 15, 2019 Hi, I want to show/hide item in B4XPreferencesDialog depending on another item condition (like yes/no).
For example:
optionItem with yes/no, if yes selected, another textitem show.
Any tips... B4J Question B4XPreferencesDialog - Today button - aeric    Jun 12, 2022 Is it possible to show/add a "Today" button to B4XPreferencesDialog Date dialog?... Page: 1   2   3   4   5   6   |