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

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

[Octave-bug-tracker] [bug #44939] 'Visible' property of a uicontextmenu


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44939] 'Visible' property of a uicontextmenu
Date: Mon, 27 Apr 2015 13:58:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

URL:
  <http://savannah.gnu.org/bugs/?44939>

                 Summary: 'Visible' property of a uicontextmenu
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 27 Apr 2015 01:58:25 PM GMT
                Category: Plotting with OpenGL
                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: GNU/Linux

    _______________________________________________________

Details:

Upon creation, the 'Visible' property of a uicontextmenu is set to 'on' while
it should be set to 'off':


F = figure;
H = uicontextmenu(F);
set(F,'uicontextmenu',H);
U = uimenu('parent',H,'Label','Menu');
get(H,'Visible')


Once the context menu has been displayed, the property is set as appropriate
('off').




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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