vslavik / winsparkle

App update framework for Windows, inspired by Sparkle for macOS
http://winsparkle.org
Other
1.31k stars 267 forks source link

UI didn't show message completely #261

Open SheenArtem opened 1 year ago

SheenArtem commented 1 year ago

image

Reproduce: (while computer has no internet.) win_sparkle_init(); win_sparkle_check_update_with_ui();

WinSparkle version is 0.8.0 Windows 11 22H2 DPI is 100% Language = zh_TW

But it's normal while language is en_us, the message window is expended and larger.

The message is:

: src/ui.cpp:801

msgid "An error occurred in retrieving update information; are you connected to the internet? Please try again later." msgstr "擷取更新資訊時遭遇錯誤,您是否已連結到網際網路?請稍後重試。"

vslavik commented 1 year ago

You forgot to include basic information like WinSparkle or Windows version. Ideally reproduction instructions in the included example app too...

brokensword2018 commented 10 months ago

image

Reproduce: (while computer has no internet.) win_sparkle_init(); win_sparkle_check_update_with_ui();

WinSparkle version is 0.8.0 Windows 11 22H2 DPI is 100% Language = zh_TW

But it's normal while language is en_us, the message window is expended and larger.

The message is: #: src/ui.cpp:801 msgid "An error occurred in retrieving update information; are you connected to the internet? Please try again later." msgstr "擷取更新資訊時遭遇錯誤,您是否已連結到網際網路?請稍後重試。"

have you solve this. I have meet the same issue. @SheenArtem image @vslavik the problem is error msg in zh_CN/zh_TW does not show completely. you can reproduce by setting the language to zh_CN or zh_TW. image word wrap happen in english while no word wrap in zh_CN/zh_TW