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

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

[Octave-bug-tracker] [bug #56857] Callbacks not executed in waitfor


From: Guillaume
Subject: [Octave-bug-tracker] [bug #56857] Callbacks not executed in waitfor
Date: Wed, 4 Sep 2019 06:17:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

                 Summary: Callbacks not executed in waitfor
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 04 Sep 2019 10:17:57 AM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

With the following code, the callback is executed when clicking on the image
in Octave 5.1 but not any more with dev:


h = figure;
imagesc (rand (64), "ButtonDownFcn", @(varargin) disp("clic"));
drawnow
waitfor (h);





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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