Android Question Date Picker Control

John Vossen

New Member
Licensed User
I am very new to B4A and just started working with it. I have read the guides, etc and cannot find how to add views/controls to a form/layout other than what the defaults are in the list. I have added a new class module for custom view and custom view (XUI). I cannot figure out how to add and control other than the label. Any guidance would be greatly appreciated.
Thanks
John
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I have added a new class module for custom view and custom view (XUI)
This is a mistake unless you want to build a new control.

Run XUI Views example: https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/

Once you add a library or class with a custom view, the view will be listed in the designer under the Custom Views menu.
However with XUI Views the date picker is not a view, it is a template that you should show with B4XDialog.
 
Upvote 0
Top