B4J Question [B4X] [XUI] AnotherDatePicker Button height-width

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello team,
I am using Erel's AnotherDatePicker but i am trying to edit class in order to change button height and width without success. Does anyone can help me?
Even if i change this, nothing happens
B4X:
Private Sub Base_Resize (Width As Double, Height As Double)
    dateField.SetLayoutAnimated(0, 0, 0, Width - Height, Height)
    btnOpen.SetLayoutAnimated(0, Max(0, Width - Height), 0, Height, Height) 'This line
End Sub
Thank you for your time.
 
Top