Alexandre Zollinger Chohfi

Results 113 comments of Alexandre Zollinger Chohfi

@stuartmorgan I have no idea why the tests are timing out. They are working fine locally.

Went through most of the comments and fixed most of the issues.

Oh, nice catch. No idea why it is not failing on my box. I've tested it in two Win11 machines with no issues. I'll update this to properly propagate initialization...

This seems to be an issue on the media foundation samples. It has exactly the same pattern. It isn't a bigger issue there since the d3d11Device is a local variable...

I created a generic RunOnMainThread method, that adds a delegate to a queue, registers a top-level Window Proc Delegate, which dequeues the delegate and run it. This solved these issues,...

No, review is probably still updated, but there is work on **my** end. I just didn't have time to do yet. My bad.

@michael-hawker @Arlodotexe @niels9001 ?

Yes, these events are not supported: https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-supported-api#events I don't know for sure, but I believe it will be possible to track this when they add the EnvironmentVariableChangeTracker. It should be...

Hello @sangitamalviya. This is a known issue. The InfiniteCanvas control doesn't work in WinUI3 and will not work until WinUI3 supports Inking (Microsoft.UI.Xaml.Controls.Ink* such as InfiniteCanvas, InkSynchronizer, InkToolbar, etc).