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

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

[Octave-bug-tracker] [bug #46526] WindowButtonDownFcn isn't called after


From: anonymous
Subject: [Octave-bug-tracker] [bug #46526] WindowButtonDownFcn isn't called after (for example) zooming the plot
Date: Wed, 25 Nov 2015 10:01:13 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; IAV/IE11; rv:11.0) like Gecko

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

                 Summary: WindowButtonDownFcn isn't called after (for example)
zooming the plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mi 25 Nov 2015 10:01:12 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


function mouseClick (object, eventdata)
disp ("mouse clicked");
endfunction

function mouseRelease (object, eventdata)
disp ("mouse released");
endfunction

figure(1);

set(figure(1), "WindowButtonDownFcn",@mouseClick);
set(figure(1), "WindowButtonUpFcn",@mouseRelease);


works fine in the beginning, but after zooming etc., only the mouseRelease
Function is called - also both functions are still assigned (according to
get(figure(1)) ).




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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