vfafou Well-Known Member Licensed User Longtime User Dec 3, 2023 #1 Hello! I've noticed that when I select a date of another year e.g. 2027 and I programmatically: B4X: ASCalendar.Scroll2Date(DateTime.Now) ASCalendar.SelectedDate = DateTime.Now the header does not tell the selected month and year. It stays at the manually selected month and year. Is there something I miss? I tried with RefreshHeader but nothing happened. Last edited: Dec 3, 2023
Hello! I've noticed that when I select a date of another year e.g. 2027 and I programmatically: B4X: ASCalendar.Scroll2Date(DateTime.Now) ASCalendar.SelectedDate = DateTime.Now the header does not tell the selected month and year. It stays at the manually selected month and year. Is there something I miss? I tried with RefreshHeader but nothing happened.
Alexander Stolte Expert Licensed User Longtime User Dec 3, 2023 #2 vfafou said: the header does not tell the selected month and year. It stays at the manually selected month and year. Is there something I miss? Click to expand... Works here. Please provide an example project what the shows the error. Upvote 0
vfafou said: the header does not tell the selected month and year. It stays at the manually selected month and year. Is there something I miss? Click to expand... Works here. Please provide an example project what the shows the error.