Hi
using B4xVIEW i found some problem that i report to you
B4XImageView
the custom property setted in designer do not affect at runtime of a B4xPage
i have test Round, Resize Mode and Corner Radius Property
Test:
Create a new B4xPage
Add an image to file folder
Open MainPage.BAL and insert a B4XImageView view and set property as AttachedFile #1
Run the App
Image is not Rounded
Work Around
not set this propery in designer
at run time do
B4XImageView1.RoundedImage = True
B4XImageView1.ResizeMode = "FIT" ' or other'
B4XDialog + B4XDateTemplate
the dialog do not have a YEAR fast selector
for example i am 50years old and to set my birthdate i need to click 50 time in back year button