Marvin E

Results 57 comments of Marvin E

Hi David, Thanks for providing details for the issue! Yes, with each new major version (x.o.o) there are a large amount of breaking changes from the previous version. With each...

What happens when you try to run the sample app on your machine? I know some people have had problems because they had installed earlier versions of MAUI. While you...

Hi @ddavid-son, are you still experiencing this issue?

Testing When ran from debug on a Huawei Mate 20 lite, start-up took on average18-19 seconds (Ran 4 times) and rendered this: View Screenshot ![Screenshot_20220923_201349_sfoslund dailycheckinapp](https://user-images.githubusercontent.com/73718829/192043124-77488acb-8666-4201-a9eb-2638c7b024fb.jpg) However when not running...

It looks like I reverted my changes to the XAML to the original code but not the ViewModel. Now it only works if you don't remove the lines and define...

@sfoslund I missed some style references in [ViewHabitsView](https://github.com/sfoslund/DailyCheckinApp/blob/main/DailyCheckinApp/Views/ViewHabitsView.xaml): Line 26: `Style="{StaticResource DefaultCalendarViewStyle}"` Line 34: `Style="{StaticResource DefaultNavigationViewStyle}"` Line 54: `Style="{StaticResource DefaultDayViewStyle}"` If you haven't already, try removing those lines along with...

It looks like when the CollectionView containing the DaysOfWeek doesn't have enough space, it moves the items to the next row. I think this is because the ItemsLayout in [CalendarView](https://github.com/ME-MarvinE/XCalendar/blob/dev/XCalendar.Forms/Views/CalendarView.xaml)...

I'm surprised it took this long for this to be uncovered, nice catch. A new version with the fix will be released in the next few hours.

Should be fixed by #172 in version 4.5.4 of XCalendar.Core

I see in your images and code that you've set the lower bound to "Today". The default behavior of the calendar is to loop to the upper bound once you...