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

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

[Octave-bug-tracker] [bug #44687] Properties of a popupmenu uicontrol


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44687] Properties of a popupmenu uicontrol
Date: Thu, 02 Apr 2015 19:20:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #8, bug #44687 (project octave):

Thanks again!

Last thing I notice is that MATLAB returns a warning/error as soon as 'Value'
is above numel(String):


F=figure;
H=uicontrol(F,'style','popupmenu','String',{'A','B','C'});
set(H,'Value',3.1)


while Octave only complains from numel(String)+1.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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