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

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

[Octave-bug-tracker] [bug #50916] ui callbacks not exectued until user f


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50916] ui callbacks not exectued until user force return to prompt
Date: Tue, 2 May 2017 10:50:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: ui callbacks not exectued until user force return to
prompt
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: Tue 02 May 2017 02:50:47 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Any

    _______________________________________________________

Details:

The following example shows the issue:


fcn = @() disp ("toto")
figure ();
uimenu ("label", "toto", "callback", fcn)


Clicking on the menu doesn't trigger the execution of the callback, or at
least the expected "toto" is not printed onscreen. The only way I could find
is to click in the terminal and press RETURN.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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