Mahdi Hosseini

Results 296 comments of Mahdi Hosseini

> @Gaoyifei1011 Can you specify what `animatedvisuals:` is referring too? I didn't see any `xmlns` callouts. You can remove `animatedvisuals:` prefix

> animatedvisuals not related to Lottie. https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.animatedvisuals?view=winui-2.8

Thank you @Gaoyifei1011 But it was not what I wanted It seems that this is a limitation by Microsoft, which I hope will be resolved in the next versions this...

> place this line of code inside your App's OnLaunched method to set `m_isRequestedThemeSettable` to true > > *(bool*)(((IWinRTObject)this).NativeObject.As(IApplicationIID).ThisPtr + 0x118U) = true; > (Tested and works in WASDK 1.6.3)...

> > what is IApplicationIID ? > > [@ghost1372](https://github.com/ghost1372) My bad, you can find through looking the code decompiled by VS. > > There is a `Make___objRef_global__Microsoft_UI_Xaml_IApplication` method in `Application`...

With the release of the next update, this project is supposed to be retired and a similar project with a better name will be started. I will try to consider...

Hi @marcelwgn , Since creating this issue, I've gained more experience with AOT and have found a way to implement `Type? pageType = Type.GetType(pageString); ` in an AOT-compatible way. Without...

> Thank you for your elaborate comment and sorry for the delayed response on my part. I think your approach is good, especially since it makes it easy to keep...

Hi @marcelwgn @niels9001, I’ve added initial AOT support Thanks!