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

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

[Octave-bug-tracker] [bug #44691] Context menu attached to an image


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44691] Context menu attached to an image
Date: Wed, 01 Apr 2015 17:45:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

                 Summary: Context menu attached to an image
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 01 Apr 2015 05:45:37 PM GMT
                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: GNU/Linux

    _______________________________________________________

Details:

A context menu does not appear when attached to an image. It does work when
attached to a figure or axis.


F = figure;
H = imagesc(rand(32));
U = uicontextmenu(F);
uimenu(U,'Label','Entry 1');
uimenu(U,'Label','Entry 2');
set(H,'UIContextMenu',U);





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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