W wroyw Member Licensed User Feb 24, 2017 #1 is it possibible to implement a min/max comparisation ? For example if the actual number outside the min/max range the number showed red and the positive button is disabled ...
is it possibible to implement a min/max comparisation ? For example if the actual number outside the min/max range the number showed red and the positive button is disabled ...
Erel B4X founder Staff member Licensed User Longtime User Feb 26, 2017 #3 You will need to implement your own custom number picker. Dialogs library source code: https://www.b4x.com/android/forum/threads/dialog-lib-fonts-and-colors.24240/ Upvote 0
You will need to implement your own custom number picker. Dialogs library source code: https://www.b4x.com/android/forum/threads/dialog-lib-fonts-and-colors.24240/
corwin42 Expert Licensed User Longtime User Feb 27, 2017 #4 It can be done with the Material Dialogs library Upvote 0