The - not working - Timepicker of this library does look slightly different
See this for an example it should look like. that´s not THIS library but it is a similar one. I´ve tried a lot of these. Sadly got no one working 100%
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
java.lang.NullPointerException
at android.app.FragmentManagerImpl.removeFragment(FragmentManager.java:1117)
at android.app.BackStackRecord.run(BackStackRecord.java:592)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1382)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:426)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4429)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
at dalvik.system.NativeStart.main(Native Method)
Use Android 5+ on your Device and use the "old" Dialogs library... It will show a nice picker on Android 5+I'd have given it a try...
Sub edtDateStart_FocusChanged(HasFocus As Boolean)
If HasFocus Then
dtTheDatePicker.DatePicker("edtDateStart", 1968,12,19)
End If
End Sub
ATTENTION:
This is a library to show a Datepicker or an Timeticker.
Sadly the Timepicker still DOES NOT WORK!
I dont´t know how to fix this problem!
As i now worked more than 80 hours on this library and the fact that the datepicker is working and looking really nice... I deciced to publish this library only as a DATEPICKER library.
I attach the javasource (Eclipse) too in the hope someone other here in b4a forum maybe get it to work and finish this library
Anyone who is interested in trying the Timepicker to work too can download the Java-Source of this library here.
Here we go
This library is a wrapper for this Github project.
DateTimePicker
Version: 1.0.1
- DateTimePicker
Events:Methods:
- ondateset (year As Int, month As Int, day As Int)
- ontimeset (HourOfDay As Int, minute As Int)
- DatePicker (tag As String, year As Int, month As Int, day As Int)
- Initialize (EventName As String)
- TimePicker (tag As String)
This library is Donationware. You can download the library, you can test the library. But if you want to USE the library in your App you need to Donate for it.
Please click here to donate (You can donate any amount you want to donate for the library (or my work)
What is the error in the logs?but it crashes my app when I tap on the Done button.
See this for an example it should look like. that´s not THIS library but it is a similar one. I´ve tried a lot of these. Sadly got no one working 100%
Yes, the same problem like the other 6365252 Libs i tried to wrap :-/ (ok, not really such much; but i tried around 20 different libs)Do You have evaluated this project?
Here are a lot of threads in the forum regarding this timepicker. EVERYWHERE you put your wish.Your libraries are the best.