jonathan.reyes1
Posts: 20
Joined: Wed Jan 07, 2015 11:59 am

Professional License - Fixing Truncated and Wrapped Text

Hi I have a Professional License and trying to figure out how to fix these problems with internationalized strings.
How do I do it with a Professional License. I can't seem to edit the theme layout.

In wrapped.png, text above the progress bar is wrapped.
In truncated.png, its easy to spot.

Thank you in advance.
Attachments
wrapped.png
wrapped.png (1.28 KiB) Viewed 3844 times
truncated.PNG
truncated.PNG (1.63 KiB) Viewed 3844 times
Eusebiu
Posts: 4959
Joined: Wed Nov 14, 2012 2:04 pm

Re: Professional License - Fixing Truncated and Wrapped Text

Hi,

Can you please tell me which is the button displayed in the "truncated.png" image (on which dialog is it placed)?

To resolve the problem from the "wrapped.png" image, you can go at the path below, open the "UI.aip" file in a text editor (i.e. Notepad++), search for the "StatusLabel" string and increase the value of the "Width" attribute found on the same row (i.e. from "45" to "60"):

Code: Select all

C:\Program Files (x86)\Caphyon\Advanced Installer 11.8\themes\surface\fragments
Then reopen and rebuild the project.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jonathan.reyes1
Posts: 20
Joined: Wed Jan 07, 2015 11:59 am

Re: Professional License - Fixing Truncated and Wrapped Text

The button is in VerifyReadyDlg. I will try your solution and get back to you. Thank you.
Oh Master, how about my other issue?
Eusebiu
Posts: 4959
Joined: Wed Nov 14, 2012 2:04 pm

Re: Professional License - Fixing Truncated and Wrapped Text

Hi,

To fix the problem displayed in the "truncated.png" image, you can open the same file as above, search for the "Dialog_="VerifyReadyDlg" Control="InstallButton" string and also increase the value of the "Width" attribute found on that row.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jonathan.reyes1
Posts: 20
Joined: Wed Jan 07, 2015 11:59 am

Re: Professional License - Fixing Truncated and Wrapped Text

The text wrapping was fixed, but the fix for the truncated text didn't do anything. I will try a larger value next time.

Return to “Common Problems”