B4A Library [B4X] [XUI] AS Scheduler ? - MonthView, DayView (Week), AgendaView and CalendarView [Payware] - Alexander Stolte    Apr 02, 2024   (31 reactions) ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec")</code>
NumberOfWeeks As Int
Gets or sets the number of visible weeks
SchedulerFunction As String
Changes the functionality of the scheduler
<code>ASScheduler_MonthView1.SchedulerFunction = ASScheduler_MonthView1.SchedulerFun B4A Library [B4X] [XUI] AS CalendarExpandable? [Payware] - Alexander Stolte    Apr 02, 2024   (13 reactions) This view was developed from scratch based on the AS_DatePicker and the AS_CalendarViewWeek from the AS_Scheduler. Both combined results in a fantastic new view.
Those who have already purchased AS_CalendarAdvanced can use the same key to use this library.
This library is not free, because, it cos B4A Library [B4X] [XUI] AS DatePickerTimeline - Alexander Stolte    Nov 08, 2024   (21 reactions) Date Picker Library that provides a calendar as a horizontal timeline.
This library is inspired by a Flutter library, but the B4X one is better ;)
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, th B4A Library PermissionsManager - Ivica Golubovic    May 15, 2023   (29 reactions) Constant Value: "android.permission.READ_CALENDAR". Add line to manifest: <code>AddPermission("android.permission.READ_CALENDAR")</code> Added in API level 1. DANGEROUS_READ_CALL_LOG As String Allows an application to read the user's call log. Constant Value: "android.permission.READ_CALL_LOG". B4A Library CollapseCalendarView - Johan Schoeman    Apr 16, 2016   (19 reactions) 1, 2, 3, .
The range that the calendar will display will be from (present date - minusmonths) to (present date + plusmonths)
minusYears As Int
Set the number of years backwards from the present date
This method should be used with "plusYears = x" where x = 0, 1, 2, 3, .
The range that the calendar B4A Library Material Date Picker - intellvold (first post)    Dec 20, 2022   (1 reaction) Regarding the time, each region is different, but regarding the date, only the Gregorian date may be set in this library by taking the current Gregorian date of the device.
Again, if you want about different calendars in different types, you can check the github link of this library and if it is av B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker - BugNot (first post)    Nov 02, 2022   (1 reaction) Hi,
How to add an image on a specific day of the calendar?
Thanks
Private Sub AS_DatePicker1_CustomDrawDay (Date As Long, Views As ASDatePicker_CustomDrawDay)
'Color week-end
If DateTime.GetDayOfWeek(Date) = 7 Then
Views.xlbl_Date.TextColor = xui.Color_ARGB(255,221, 95, 96)
e B4A Library AndroidProviders (Calendars, Contacts, Calls Log, Telephony, SMS, MMS and more - DonManfred    Mar 14, 2016   (22 reactions) This is a wrapper for this Github project.
http://snapshots.basic4android.de/Android-content-providers.png
AndroidProviders
Author: Manfred Ssykor <DonManfred>
Version: 1.1
BrowserProvider
Methods:
Initialize
IsInitialized As Boolean
Permissions:
com.android.browser.permission.READ_HISTORY_BOO B4A Library [B4X] AS FloatingPanel - Alexander Stolte (first post)    Jul 13, 2022   (2 reactions) Well the panel is the whole thing, in the 1st gif you first see a calendar that I loaded into the panel and then I loaded a wheel onto the panel. In the 2nd gif you see only the panel, without layout, only a label on it. It is just a panel which opens animated and serves as a dialog. B4A Library DonManfreds Overview - DonManfred (first post)    Feb 02, 2019   (1 reaction) Added 157. Couple Calendar Page: 1   2   3   4   5   6   7   Powered by ColBERT |