octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44749] Interpretation of cell array in 'Strin


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44749] Interpretation of cell array in 'String' property of a 'text' uicontrol
Date: Mon, 06 Apr 2015 22:04:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #2, bug #44749 (project octave):

My main issue is actually with an 'edit' uicontrol:


F=figure;
H=uicontrol(F,'style','edit','Max',2,'string',{'a','b'},'units','normalized','Position',[0.05
0.05 0.9 0.9]);
get(H,'String')
% type return in the figure
get(H,'String')


i.e. a multiline text edit is returned as a pipe-separated string instead of a
cell array.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44749>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]