Hi,
I am following this example about the
B4XPreferencesDialog - Cross platform forms here: https://www.b4x.com/android/forum/t...esdialog-cross-platform-forms.103842/#content
In the Preferences Dialog, for the Numeric Range, I need to limit the number in the to just 1-100. How can I do that?
I try to edit the Json file "Example.json" where it has this part :
{
"options": [
"100",
"1000",
"10"
],
"title": "100 - 1000",
"type": "Numeric Range",
"key": "2",
"required": false
}
but it seems it didnt have any impact.
Thank you in advance for your help.
I am following this example about the
B4XPreferencesDialog - Cross platform forms here: https://www.b4x.com/android/forum/t...esdialog-cross-platform-forms.103842/#content
In the Preferences Dialog, for the Numeric Range, I need to limit the number in the to just 1-100. How can I do that?
I try to edit the Json file "Example.json" where it has this part :
{
"options": [
"100",
"1000",
"10"
],
"title": "100 - 1000",
"type": "Numeric Range",
"key": "2",
"required": false
}
but it seems it didnt have any impact.
Thank you in advance for your help.