appleneko2001

Results 22 comments of appleneko2001

Hi @flarive I have completed the integration of this. You can get update from nightly source. For now I just need update wiki (Add entry about `FloatingButtonBuilder`).

There I miss one. I have removed the `Material.Icons.Avalonia` reference in index file. Update your nightly package to look changes for now.

DataGrid style are still WIP (working in progress). It looks like this now: ![](https://user-images.githubusercontent.com/38249047/104083274-a99f1a00-5280-11eb-8d3c-fa4d60ad9f46.png) DataGrid with other controls (buttons, checkbox etc.) is still not tested. So I don't know how...

Well I break the support because I moved templates to window styles It should be marked as bug not enhancement It was worked before

> @appleneko2001 but actually it works for demo, isn't it? my ide always show it as error, sometimes it blocks me to compile the demo

Hi! This issue is fixed in 3.0 major update branch. Unfortunately I didnt configured CI package build for it. Download repository and build the project is required to try the...

Hi @Al-Dyachkov ! I could provide a style patch for you, just simply add this to your `App.Styles` section in your App.axaml ``` ``` this patch supports only before 3.0...

> I encountered same issue today. Indeterminate progressbar style is broken because of this issue. > > ![image](https://user-images.githubusercontent.com/14807942/190129543-f1ed1bf2-7548-42ab-a69c-8e64ff7f8713.png) You may disable compositor (temporarily solution for this issue) at this moment,...

> Also, how to disable compositor in a mobile Android project? Hi! Use `AndroidPlatformOptions` instead of `Win32PlatformOptions`: ``` .With(new AndroidPlatformOptions { UseCompositor = false }) ``` Please refer [AndroidPlatform.cs#L76](https://github.com/AvaloniaUI/Avalonia/blob/e57e0b76fceb118ed15260844b4eae025662f6a6/src/Android/Avalonia.Android/AndroidPlatform.cs#L76) to...

Hi @maxkatz6 ! Ok I try it now, any results I will post comments here. Thanks for pay attention to this issue)