|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 |
Junior Member
Join Date: Oct 2020
Posts: 11
|
![]()
Hi
I've been asking about the same topic before. But I ask again because I asked in the wrong direction. The situation is like this. I use Ultra-Modern UI, but I used it !insertmacro MUI_LANGDLL_DISPLAY as the language selection window. However, only MUI_UNPAGE_CONFIRM has the problem that some of the Korean strings are hidden. like the picture below So I used MUI_UNCONFIRMPAGE_TEXT_TOP to put a newline character before the string. But I couldn't find the root cause of the problem. How can I find the root cause of the problem? Thanks for your help Philsu |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: Oct 2020
Posts: 11
|
sry, the picture is here.
https://imgur.com/a/g3BkZYj |
![]() |
![]() |
![]() |
#3 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,358
|
It is possible the the umui dialog resource has the wrong window style for that label control causing it to not wrap long lines.
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#4 |
Junior Member
Join Date: Oct 2020
Posts: 11
|
Thanks to that, I found that the problem only occurs when using UMUI.
|
![]() |
![]() |
![]() |
#5 |
Member
Join Date: May 2007
Location: Orange County, CA, U.S.A.
Posts: 73
|
FYI, you can use Resource Hacker to remove the SS_LEFTNOWORDWRAP style from the dialogs of the appropriate .exe in your NSIS folder under Contrib\UIs\UltraModernUI
|
![]() |
![]() |
![]() |
#6 |
Junior Member
Join Date: Oct 2020
Posts: 11
|
Thanks to you, I learned that there are good tools.
But I need a way to fix it in code, not in Contrib. So, can't change the properties using UMUI or basic commands? |
![]() |
![]() |
![]() |
#7 | |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,358
|
Maybe something like
Quote:
IntOp $PostCount $PostCount + 1 |
|
![]() |
![]() |
![]() |
#8 |
Junior Member
Join Date: Oct 2020
Posts: 11
|
Now understand.
It doesn't have to overwrite it under Contrib. I'll try this way. It really helped a lot. Thank you. |
![]() |
![]() |
![]() |
|
Tags |
korean, multi-language, ultra-modern ui, umui |
Thread Tools | Search this Thread |
Display Modes | |
|
|