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

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

[Octave-bug-tracker] [bug #55368] warning: popupmenu value not within va


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55368] warning: popupmenu value not within valid display range
Date: Fri, 4 Jan 2019 06:22:14 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #5, bug #55368 (project octave):

Actually the patch is not the right thing to do. The default "value" property
should be handled by the graphics_object. What does Matlab do in those cases?


h = uicontrol ('style', 'popupmenu', 'string', 'A|B', 'value', 0)
% Is the object created? If so what does the following return?
get (h, 'value')

h = uicontrol ('style', 'popupmenu', 'string', 'A|B', 'value', 5)
% Is the object created? If so what does the following return?
get (h, 'value')

h = uicontrol ('style', 'popupmenu', 'string', 'A|B')
get (h, 'value')
set (h, 'value', 5)
get (h, 'value')


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55368>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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