Lluís Vinent

Results 12 comments of Lluís Vinent

Hey, if you're still interested, I managed to fix it. What I did was basically multiply all the values corresponding to sizes and positions by the DPI factor in the...

@AndrewKeepCoding Thank you for your quick response! > It seems that there is something wrong in the *.resw file. 🤔 I have asked them to send me a copy of...

@AndrewKeepCoding Yes, the app has thousands of users (Windows x64 only), and this is the first one to report this error. Unfortunately he says he doesn't have access to another...

@AndrewKeepCoding I just realized that I was using a 1.x version of the library. Is it possible that this bug was fixed in later versions? I see that the code...

Update: a Resources.resw with just 1 string still fails.

@AndrewKeepCoding I've finally found the pattern that triggers this bug. Yesterday, another client reported the same error to me, and when he sent me a video showing it, I noticed...

In the latest versions, no exception is thrown when building the localizer while using the Thai language (I'm using an older version), but the strings are not displayed in the...

Sure. Could you please give me some guidance on how to debug it? Visual Studio tells me I'm trying to debug a Release version of WinUI3Localizer.dll, so breakpoints aren't working....

Thanks. In the CreateLanguageDictionaryItem method, the values 'Uid', 'value' and 'name' seem correct. The 'DependencyPropertyName' is always an empty string. Is that normal? The dictionaries appear to be generated correctly...