Mashiane Expert Licensed User Longtime User Jul 10, 2021 #1 Ola When creating custom views, you are able to specify the default values. As an example: B4X: #DesignerProperty: Key: Outlined, DisplayName: Outlined, FieldType: Boolean, DefaultValue: False, Description: Outlined Internally the usage of the , (comma) seems to make things work for the custom view. At times I have had the need to set the default value to have commas e.g. dd, MM YYYY How do I successfully apply such a setting? Thanks.
Ola When creating custom views, you are able to specify the default values. As an example: B4X: #DesignerProperty: Key: Outlined, DisplayName: Outlined, FieldType: Boolean, DefaultValue: False, Description: Outlined Internally the usage of the , (comma) seems to make things work for the custom view. At times I have had the need to set the default value to have commas e.g. dd, MM YYYY How do I successfully apply such a setting? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Jul 11, 2021 #3 Currently not possible. I will make it possible in a future version. Upvote 0