App Designer: prevent string truncation (uilabel, etc..)
Hi,
I have an app designed in App Designer 2018b. The same exact code ran in Matlab 2024a truncates strings with ellipsis (…) while 2018b does not.
How can I prevent this to happen? I do NOT want the string truncated, as the built-in function that does so seems unoptimized, as can be seen in screenshot below.
As you can see on the 2018b screenshot, the text has plenty of space to be fully displayed. Yet 2024a believes it needs to be truncated. Uilabel does not have Wordwrap, how to let user chose whether or not to truncate?Hi,
I have an app designed in App Designer 2018b. The same exact code ran in Matlab 2024a truncates strings with ellipsis (…) while 2018b does not.
How can I prevent this to happen? I do NOT want the string truncated, as the built-in function that does so seems unoptimized, as can be seen in screenshot below.
As you can see on the 2018b screenshot, the text has plenty of space to be fully displayed. Yet 2024a believes it needs to be truncated. Uilabel does not have Wordwrap, how to let user chose whether or not to truncate? Hi,
I have an app designed in App Designer 2018b. The same exact code ran in Matlab 2024a truncates strings with ellipsis (…) while 2018b does not.
How can I prevent this to happen? I do NOT want the string truncated, as the built-in function that does so seems unoptimized, as can be seen in screenshot below.
As you can see on the 2018b screenshot, the text has plenty of space to be fully displayed. Yet 2024a believes it needs to be truncated. Uilabel does not have Wordwrap, how to let user chose whether or not to truncate? uilabel, truncate MATLAB Answers — New Questions