B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (52 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   (37 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.... Share My Creation [B4X] [Project Template] MiniORM (B4A/B4i/B4J) - aeric    Feb 17, 2026   (14 reactions) 161511 Version 4.10 A simple app to demonstrate the use of MiniORMUtils library. Platforms supported: B4A, B4i, B4J GitHub: https://github.com/pyhoon/MiniORM-B4X Depends on: B4XPages B4XPreferencesDialog MiniORMUtils (depends on SQL) XUI Views ... 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   (15 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... B4A Question [SOLVED] B4XPreferencesDialog. Set steps of numeric range to 0.5 - josejad    Oct 30, 2025 Do you now a way you can choose numbers with 0.5 steps?
This don't work
{
&qu... B4J Question (Solved) B4XPreferencesDialog disabled item become enable when required field is not provided - aeric    Oct 8, 2024 Example attached.
I disable a Text item (B4XFloatTextField) in a B4XPreferencesDialog
e.g Item 1 (set disabled)
and Item 2 is a required field.
When I don't provide value for Item 2 and click OK, the page refreshed and Item 1 is now enabled.
How do I make Item 1 not enable?... B4A Question Problems with B4XPreferencesDialog - RB Smissaert    Oct 1, 2024 Using this now since some 6 weeks and it is a lot better than using lots of B4XPages with layouts... of the simple text item title (B4XFloatTextField) and the dialog buttons (OK and Cancel)
at the bottom... Page: 1   2   3   4   5   6   7   |