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

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

[Octave-bug-tracker] [bug #55211] Change of a togglebutton uicontrol's v


From: Guillaume
Subject: [Octave-bug-tracker] [bug #55211] Change of a togglebutton uicontrol's value not reflected graphically
Date: Wed, 12 Dec 2018 06:39:13 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?55211>

                 Summary: Change of a togglebutton uicontrol's value not
reflected graphically
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 12 Dec 2018 11:39:11 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

If one runs the following:


h = figure;
u = uicontrol(h,'Style','togglebutton','String','Octave');
set(u,'Value',~get(u,'value'));
set(u,'Value',~get(u,'value'));
set(u,'Value',~get(u,'value'));
set(u,'Value',~get(u,'value'));


one would expect the togglebutton to change its appearance to reflect its new
value.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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