asuper0

Results 24 comments of asuper0

I already have the English pack. Do you mean change the language in VS->Tools->Options->Environment->International Settings by "switch to English language pack" ? I tried it but blocked again. BTW, the...

[config-x64-windows-rel-err.log](https://github.com/microsoft/vcpkg/files/9266347/config-x64-windows-rel-err.log) [config-x64-windows-rel-out.log](https://github.com/microsoft/vcpkg/files/9266350/config-x64-windows-rel-out.log) I disabled debug in the triplet by "set(VCPKG_BUILD_TYPE release)", so no dbg files.

For my VCPKG_DEFAULT_TRIPLET=x64-windows, I tried x86 type. It takes a lot of time to build the libiconv ... [config-x86-windows-dbg-err.log](https://github.com/microsoft/vcpkg/files/9267361/config-x86-windows-dbg-err.log) [stdout-x86-windows.log](https://github.com/microsoft/vcpkg/files/9267363/stdout-x86-windows.log) [config-x86-windows-dbg-out.log](https://github.com/microsoft/vcpkg/files/9267364/config-x86-windows-dbg-out.log) . Here is the console output: ```` PS C:\Users\Administrator>...

Yes, it stuck every time when "checking for a transitional chinese locale... ". I can't find any reason. Tried to stop it and succeed to install other package.

> This is **NOT** related to the language pack I think. It seems that the test program `conftest.exe` is blocked by some other process such as anti-virus. Yes, the conftest.exe...

It is hard to reproduce. The problem happens every time on one computer, while it works well on an other.

I am also experiencing this issue in VS2022, but only with C++. The C# project works well.

How about changing the hide behavior to really hide, but not close? This could be achieved by invoke system api, I guess.

I just add two commit for testing. [this commit support "save" button to show message box](https://github.com/asuper0/cfg-ip/tree/045ab1770165833010bed7af695a22ff41351c54) [this one show the bug](https://github.com/asuper0/cfg-ip/tree/656451be1ff0c1bd33cc5a573d1e81fb7146d964) ![overlap_ok](https://github.com/slint-ui/slint/assets/41113804/a766a88d-929b-4719-852a-d15075aeff84) ![overlap_bug](https://github.com/slint-ui/slint/assets/41113804/322ca06f-cdcc-40f5-9f7d-9b8f6489b9eb) and the two pictures show difference between...