materialdatetimepicker

  1. L

    Android Question MaterialDateTimePicker with B4A v10.70

    Good morning, after updating B4a to version 10.70 the MaterialDateTimePicker library gives me the error : I've tried to put on tab Files the Font and to initialize it on Main Activity, but the error persist. Any suggestions? Best regards
  2. K

    Android Question Error Using MaterialDateTimePicker

    Error Log: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ContextCompat; at com.wdullaer.materialdatetimepicker.date.DatePickerDialog.onCreateView(DatePickerDialog.java:335) at android.app.Fragment.performCreateView(Fragment.java:2505) at...
  3. DarkoT

    B4J Question ABMaterial DateTimePicker - bug?

    Hi guys, i need little :) help... I try to create modalsheet with ABMaterial (which one is - btw - one of best stuff in my last years :), but I have a problem with DatetimePicker... When I use a example like: Case "datetime" ' Dim inpDate As...
  4. rleiman

    Android Question [SOLVED] MaterialDateTimePicker is buggy when used with TalkBack

    Hi Everyone, I love the MaterialDateTimePicker but it's buggy when TalkBack is turned on. When the time picker is called with TalkBack on, it speaks 16:30 for the initial time of 04:30 and doesn't allow the circle selector to be moved easily. Is there an update to this library or another one...
  5. FERNANDO SILVEIRA

    Android Question Error compiling example app MaterialDateTimePicker

    Hello Guys, I'm trying to compile example app for MaterialDateTimePicker and am getting the following error: C:\Users\Fernando\OneDrive\Pesquisas-Estudos\Basic4Android\MaterialDateTimePicker\Objects\bin\extra\res1\res\layout\mdtp_date_time_picker_dialog.xml:10: error: No resource identifier...
  6. rleiman

    Android Question materialdatetimepicker - disabling the hours and enabling the minutes only

    Hi Everyone, I was able to set the minimum and maximum entry times for the materialdatetimepicker. We also want to disable the hours part of the dialog and have only the minutes part enabled. Is this possible? Thanks.
Top