anotherdatepicker

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker

    This is a simple DatePicker, with which you can quickly reach your target date. With a click on the header the view changes. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it...
  2. S

    B4J Question Problem with AnotherDatePicker

    I'm having a problem with AnotherDatePicker XUI view. When I try and run the code I get an error. Waiting for debugger to connect... Program started. Error occurred on line: 58 (AnotherDatePicker) java.lang.NullPointerException at...
  3. M

    Android Question [Solved] Step through adding [B4X] [XUI] AnotherDatePicker

    Could someone step me through adding AnotherDatePicker to my project. I have downloaded the code, copied AnotherDatePicker.bas into my project folder and added it using the FILES menu In library manager added DateUtils & XUI Now I would like to add it from the designer but it is not...
  4. S

    Android Question AnotherDatePicker - Not drawing on top

    I'm updating an app and in the process moved to AnotherDatePicker 2.0. The screen I'm calling this from has two buttons though, and now when I click on the item the calendar pops up but with those two buttons still on top. What do I search to get info on what gets drawn on top of what else? Or...
  5. K

    Android Question anotherdatepicker in customlayoutdialog

    Hii, Another datepicker in Dialog. I'm trying to add anotherdatepicker in CustomLayoutDialog. Its shows Log Error occurred on line: 150 (AnotherDatePicker) java.lang.RuntimeException: Object should first be initialized (B4XView). at...
  6. FERNANDO SILVEIRA

    Android Question [B4X] [XUI] AnotherDatePicker which code is the final one?

    Hello guys, I'm testing the code listed here and I still can't get dates before 1970. I read thru the thread and it seems it was fixed already. Which is the most recent code? The attached files don't indicate the version level. Regards, Fernando
  7. LucaMs

    Android Question AnotherDatePicker - dates before 1970

    It seems to me that AnotherDatePicker allows you to select a date before 1970 but in this case the DateChanged event does not fire. Am I wrong?
Top