Jérôme Laban

Results 805 comments of Jérôme Laban
trafficstars

I looks like we're not placing the right assets in the right places for macOS for the samples app.

Superseeded by https://github.com/unoplatform/uno/pull/18899

This is likely header related, to be validated again when https://github.com/unoplatform/uno/pull/13507 will be merged.

Thanks for the report. This is not an x:Bind issue. The DataContext property is not of the proper type (it's ShellViewModel which is why this happens) when read in the...

Sure. In all cases, there's something to troubleshoot before this happens, to understand why the DataContext provided here is not the right one, likely in Chinook's code? The creation sequence...

Thanks. If the DataContext ends up being set to the Shell, this means that it's provided exactly as is. Did you troubleshoot that part ?