Bug? XUI views

Gianni Sassanelli

Active Member
Licensed User
Longtime User
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

B4X:
    B4XImageView1.RoundedImage = True
    B4XImageView1.ResizeMode = "FIT"  ' or other'



1628335209669.png




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
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
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
Please upload a small project that demonstrates it.

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
This is not a bug.
 
Top