Alexandre Zollinger Chohfi

Results 113 comments of Alexandre Zollinger Chohfi

@wbokkers could you please try an equivalent of this? https://github.com/microsoft/Win2D/issues/831#issuecomment-909460475

Thanks for the quick reply. That is one option, for sure. The other solution I can think of is to use a base file to start with, and then the...

Hello @YehudaKremer. I'm still trying to wrap my head around this solution. Is the expectation that we check-in the AppxManifest.xml file, **from the build folder**, into our source control, or...

A plugin model would work, but I have absolutely no idea how to achieve this in dart/pub.dev, and believe this would add a lot of complexity. I don't have the...

@andrewleader could you please advise on what can possibly be happening here?

Ok, I've spoken with @andrewleader, and he told me that the reason this is likely happening is because both libs are using the ToastNotificationManager.CreateToastNotifier with the AUMID, and not the...

Best documentation is the schema: https://github.com/electron-userland/electron-builder/blob/973a0048b46b8367864241a903453f927c158304/packages/app-builder-lib/scheme.json#L3522-L3550

You can do that by using the registrar->RegisterTopLevelWindowProcDelegate method and having a queue to send these messages back. I think it would work.

Here is an example: https://github.com/google/flutter-desktop-embedding/blob/master/plugins/window_size/windows/window_size_plugin.cpp