S Stern0m1 Member Licensed User Feb 23, 2017 #1 Is there a way I could have the time dialog from Dialogs library as part of an activity not a separate window? Or is there another library that would allow this? Thanks
Is there a way I could have the time dialog from Dialogs library as part of an activity not a separate window? Or is there another library that would allow this? Thanks
M Mahares Expert Licensed User Longtime User Feb 23, 2017 #2 Did you take a look at this library? https://www.b4x.com/android/forum/threads/timepicker-v1-0.51452/#content or this one that does both date and time at the same time: https://www.b4x.com/android/forum/threads/singledateandtimepicker.74229/#content Upvote 0
Did you take a look at this library? https://www.b4x.com/android/forum/threads/timepicker-v1-0.51452/#content or this one that does both date and time at the same time: https://www.b4x.com/android/forum/threads/singledateandtimepicker.74229/#content
S Stern0m1 Member Licensed User Feb 23, 2017 #3 Thanks, but the first one is a bit odd in my opinion and I only want the time. Is there someway to convert the timedialog to a "view" so I could activity.addview? Upvote 0
Thanks, but the first one is a bit odd in my opinion and I only want the time. Is there someway to convert the timedialog to a "view" so I could activity.addview?
Erel B4X founder Staff member Licensed User Longtime User Feb 24, 2017 #4 Stern0m1 said: Is there someway to convert the timedialog to a "view" so I could activity.addview? Click to expand... No. It is implemented as a modal dialog. Upvote 0
Stern0m1 said: Is there someway to convert the timedialog to a "view" so I could activity.addview? Click to expand... No. It is implemented as a modal dialog.