Érik Lima

Results 47 comments of Érik Lima

Thanks for the info @Xiaoy312 Yes, this happens in all platforms except Windows. Here's the issue on Uno https://github.com/unoplatform/uno/issues/14262.

# Issues ## Android When CalendarView sample page is open the Calendar doesn't appear (even without my changes) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/7384f75a-d5b8-4e47-9a8a-159e584bf260) ## General Can't customize Today's selection since the CalendarPanel doesn't have...

I tried to repro the Android issue on an Uno app, but couldn't repro. Maybe the issue is only on Themes sample. I created a new issue for that https://github.com/unoplatform/Uno.Themes/issues/1242....

@NVLudwig: - **Double elipse around selected items:** That is because this `CalendarView` has a property called `SelectionMode` set to `Multiple`. - **Text color of selected item varies between white and...

Re: https://github.com/unoplatform/Uno.Themes/pull/1241#issuecomment-1840510189 @iurycarlos > Hi everyone! Could you update me this one's status? Thank you : ) ### Figma Design ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/e11df9f5-fc35-43dc-91c9-d8366c7ae8db) ### Changes so far ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/a33ded62-fc61-4ba3-8845-1a8bf5c89cd9) Can't customize [Today's selection](https://github.com/unoplatform/Uno.Themes/pull/1241#issuecomment-1757988594)...

Latest changes: ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/960ea00c-2ad2-4409-b42e-40a44c451209) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/6901cb20-758f-4c79-9865-90d042f638c1)

@NVLudwig I didn't find any `Range` related property for the `CalendarView` control. Could @kazo0 or @Xiaoy312 confirm if such property exists? What I see is `SelectionMode` that when set to...

I got the following , but I guess this doesn't offer much context: ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/4680044c-3536-47c6-a4de-1456777cd9a2) ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/ac37d298-c743-470f-97a7-aaa9e1345c45) cc @jeromelaban @Xiaoy312

``` Microsoft.ui.xaml.dll!00007FFB78FF8841: 80004005 - Unspecified error Microsoft.ui.xaml.dll!00007FFB78F9EFB0: 80004005 - Unspecified error Exception thrown at 0x00007FFC9F96565C (KernelBase.dll) in LeadingIcon.Windows.exe: WinRT originate error - 0x80004005 : 'System.Runtime.InteropServices.COMException'. Microsoft.ui.xaml.dll!00007FFB78FC512F: 80004005 - Unspecified error...

@Youssef1313 , here's a repro with the style/template that may facilitate the investigation... The style/template is basically a copy of the [MaterialOutlinedTextBoxStyle](https://github.com/unoplatform/Uno.Themes/blob/dev/ERLI/TextBox-Icons/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml#L563) defined in my branch (dev/ERLI/TextBox-Icons). [LeadingIcon.zip](https://github.com/unoplatform/Uno.Themes/files/13811232/LeadingIcon.zip) cc @kazo0