copy the font to the right place i guess....How can I handle it?
\files\fonts\Roboto-Medium.ttf
copy the font to the right place i guess....How can I handle it?
using v1.5 of this lib should do this already for you. i mean the font should be found in the aar file by b4a...copy the font to the right place i guess....
And this is V?.?? With B4A 6+ you should use V1.52I'm sure i'm using the latest version of the library
diaDate.Initialize("Date",DateTime.GetYear(DateTime.Now),DateTime.GetMonth(DateTime.Now),DateTime.GetDayOfMonth(DateTime.Now))
is it a problem with the android calendar. Count with this behaviour...Altough the date is formed correctly the datepicker jumps 1 month ahead
It's not actualy a "problem". The months in the android calendar is zero-based, so i solved it by doing the following.is it a problem with the android calendar. Count with this behaviour...
diaDate.Initialize("Date",DateTime.GetYear(DateTime.Now),DateTime.GetMonth(DateTime.Now)-1,DateTime.GetDayOfMonth(DateTime.Now))
d = DateTime.DateParse(dayOfMonth&"/"&(monthOfYear+1)&"/"&year)
... you said:Compiling generated Java code. Error
Cannot find: C:\Program Files (x86)\Anywhere Software\B4A - aktuell\libraries\com.android.support:support-v4.jar
Is there another way to use it with B4A Version 5.5 ?You need b4a 6 to use v1. 5
No. You need to update B4A to 6+Is there another way to use it with B4A Version 5.5 ?
Thank you for your fast response!No. You need to update B4A to 6+
You can use the 'DIALOGS library if you are using taretsdk 23+. It will show a similar dialog on android 23+Thank you for your fast response!
Thank you for that tipp, but I use DateDialog all the time, but there is a problem if someone should scroll to his date oif birth ... it takes a long time!You can use the 'DIALOGS library if you are using taretsdk 23+. It will show a similar dialog on android 23+
The months you get and you set when initialize are from 0 to 11
yesor is necessary discount always a -1 month ?