B4A Question [solved] How to increase the default font size of Preference Dialog ? - AnandGupta    Jan 10, 2022 The text input of pref.dialog show very tiny text font size, see screen-shots 124029 I tried to increase the font size, as there are enough spaces below the text by using some codes from the forum search, but failed. How can I increase the default font size ? ( the example is from https://www.b4x.com/android/forum/threads/b4x-b4xpreferencesdialog-cross-platform-forms.103842/#posts)... B4J Question (Solved) Calculate CustomListView height inside the PreferencesDialog - aeric    Sep 8, 2021 How to calculate the CustomListView height inside the PreferencesDialog? I need to set the height so it is just nice not to be scrollable by mouse.... B4A Tutorial PreferenceActivity tutorial - Erel    May 10, 2020   (12 reactions)   tags: Project S, Setup This tutorial explains how to use the new PreferenceActivity library. This library allows you to....php?p=78136 For PreferenceActivity you should add the following code to the manifest editor.../>) Back to PreferenceActivity http://www.b4x.com/basic4android/images/preference_1.png... based on their default style. PreferenceActivity library includes two main objects: PreferenceScreen and PreferenceManager. PreferenceScreen is responsible for building the settings UI... B4A Library Preferences - Material Design Preferences - corwin42    Jul 21, 2024   (24 reactions)   tags: Form This library provides a framework to create nice looking Material Design Preferences down to API9. It uses this GitHub project to fix some bugs in the android support preferences stuff. It also adds some nice features like simple icon tinting, simple menu list preferences and a color picker.
For... of the PreferencesLibX_XX.zip file to your additional libraries folder. These are .xml, .jar, 4 .aar... B4A Library fsPreferences ( PreferenceMenu + PreferenceManager) - Filippo    Nov 25, 2022   (13 reactions) Hi,
I hereby make my updated library available to all.
In the example all necessary functions are included.
The file "fsPreferences.xml" and "fsPreferences.jar" must be saved... B4J Tutorial [BANanoVuetifyAD3] : VFlexDialog inspired by the PreferenceDialog - Mashiane    Jul 26, 2022   (4 reactions) Hi there The VFlexDialog is inspired by the ease of use in the PreferenceDialog. It exists to enable the ease of creating forms by developers. Its baseline are the VDialog, VForms and VFields. If you have used any of these including the VMsgBox, then you are right at home. The screen shots below have all been created by just calling utility functions to build the Dialog. Each dialog has a title... BuildPreferences VFlexDialog1.Clear 'create options Dim options As Map = CreateMap... B4A Question [Solved] how to make Options value to take full width of preference dialog ? - AnandGupta    Sep 1, 2023 The value of "Options" is show on the right within a little space, see image, (the value is "Anand Gupta")
145466
how to make it to take full width of preference dialog ?... B4J Library [Web][SithasoDaisy5] Low Code Compact UI Design using Preference Dialog - Mashiane    Sep 18, 2025   (1 reaction) Hi Fam
A look at this third iteration..
LnnTPvhG9w0
Check the Demo Here
167011
Preference..., we’ve taken a major step toward creating a compact, elegant design — powered by preference dialogs... quick data access without leaving the context of their work.
From Modals to Preference Dialogs
In... Wish A few words about feature requests - Erel    Jul 17, 2016   (49 reactions) All members are more than welcome to suggest new feature requests. All requests are read and considered. Many of them will be eventually implemented. However please do understand and respect the fact that I prefer not to reply to feature requests. There are several reasons for that but the main one is that in most cases the only answer that I can provide is that the feature might be added in the future. I also prefer not to start endless arguments about the reasoning behind each decision made... B4J Question [SOLVED] B4X PreferencesDialog and Data map, can you change a value to null if something else? - Magma    Jan 21, 2022 Hi there... Well searching-creating a small app (for personal use) found something like a bug ?? or may be is a question and my wrong way.. Well lets say we have a json template created from FormBuilder with 2-3 textfields... 1. lets ' pre-define them with a map... right ? Sub Class_Globals Private Root As B4XView Private xui As XUI Private prefdialog As PreferencesDialog ... End Sub ... ... Dim Options1 As Map=CreateMap() Options1.Put("Field1"... Page: 1   2   3   4   5   6   7   |