Datepicker Dialog V1.0.0

DonManfred

Expert
Licensed User
Longtime User
dont know. look at the source on github for this project
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Hi,
In this lib is there a way to disable all the dates before the current date or a particular date. For eg the app user should be able to choose only a date which is higher than current date, the rest of the dates in the calendar should appear as disabled. May be useful for appointment booking etc
Note that you can use AnotherDatePicker. It shouldn't be difficult to modify it and limit the dates ranges.
 

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello,

I got below error after add Google map to my project. Any Help ?

Error :
 

Attachments

  • Screen Shot 2016-09-20 at 21.08.09.png
    Screen Shot 2016-09-20 at 21.08.09.png
    89 KB · Views: 220

johnB

Active Member
Licensed User
Longtime User
Hi Everyone,

Please ignore this post.

I got the error fixed. I needed to install the file with this advise from corwin42.

Attention: This library uses the android-support-v4.jar library. You have to install it with the Android SDK Manager. Please add the Extras/Android Support package. Then you will find the jar under <SDK root folder>\extras\android\support\v4. Please copy the android-support-v4.jar file to your custom libs folder!

Truly,
Emad
Help please

I can't find this, I have re downloaded the SDK and selected the Android Support Repositary item but can't find android-support-v4.jar anywhere

Thanks in advance
 

johnB

Active Member
Licensed User
Longtime User
Thanks Erel
I think that I'm using the lastest version, I attach 2 screen shots


android_jar Missing.png
B4A Version.png
 
Top