Android Question Hoe to get text from AnotherDatePicker

Matteo Granatiero

Active Member
Licensed User
Longtime User
I would need to get the "text" of the "edit text" of AnotherDatePicker. I tried with
B4X:
Dim a as string = AnotherDatePicker1.Text
but doesn't working.

Library link : AnotherDatePicker
 

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
Probably....? Utilize the .GetBase method to get the containing panel, then iterate through the views using .GetView until you get the text box, then you can access its .Text property.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…