1.Introduction
Description: A simple extension to create calendar views
Latest Version: 1.2
Released: 2021-04-27T18:30:00Z
Last Updated: 2021-05-11T18:30:00Z
2.Blocks
3.Usages
Create View
Set Date
animate =>
boolean : Whether to animate the scroll to the current date
center =>
boolean : Whether to center the current date even if it is already visible
Remove view
It removes calendar view from the view it was previously added to.
4.Download
ChangeLog Version 1.1
Bug Fixes
Fixed minor bug in DateChanged event
ChangeLog Version 1.1
vknow360:
New Blocks
Hope it helps!
17 Likes
Are the dates meant to be missing? This was my result.
Blocks.
Seems like it returns millis in some different format.
I shall check.
1 Like
TIMAI2
April 28, 2021, 7:17am
8
Hmmm, selecting today's date (MM/dd/yyyy) returns 10/11/0033 (should be 04/28/2021), but the correct time.
This works fine.
com.sunny.calendar.aix (7.0 KB)
ChangeLog Version 1.1
TIMAI2
April 28, 2021, 8:54am
14
OK, this was testing with companion on my genymotion emulator (Android 10).
Tested on real device in companion and the date reported correctly.
(I'll have a look at date/time settings on the emulator, see if i can find the issue)
TIMAI2
April 28, 2021, 8:58am
16
That works now on emulator (but if the same as before, v1.1, I did update. Must have needed a refresh.
All sorted
TIMAI2
April 28, 2021, 9:00am
17
Needs a removeview() block to prevent errors when trying to refresh calendar view.
I do not understand how to use the blocks? Can someone share the demo project file here? I should have to design that arrangement or should be empty, the content will be created by extension itself? Confusing...?
Anke
April 28, 2021, 9:01am
19
For me it's working fine:
What is the effect of this?
1 Like
Anke
April 28, 2021, 9:03am
20
See blocks above:
calender.aia (8.3 KB)
2 Likes
It specifies whether animation should be shown while scrolling to the given date.