Sat 29 Mar 2014 10:06:14 PM UTC, comment #1:
Thanks for your bug report. The qt toolkit is now merged into the development version of Octave for the 4.0 release. I can confirm your report on Linux, although there is a slight typo. With the fixed version of your example below, the resulting panels show the same results for either a cell array or a string matrix (strings joined with vertical bar).
Is this the expected behavior in Matlab when an array of strings is given as the String property for an edit uicontrol? The public documentation does not say anything about a string matrix or cell array. In other words, is this a feature request or a Matlab compatibility issue?
|
Wed 13 Mar 2013 03:47:11 PM UTC, original submission:
The following results in the text being displayed all on one line instead of multiple lines, as expected:
When using a cell array of strings, it displays everything onto one line and when using a string matrix, it doesn't display anything at all (see attached screenshot).
This is with Octave 3.6.2 and the Qt graphics toolkit.
|