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

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

[Octave-bug-tracker] [bug #50295] Calling feval() from within the Qt GUI


From: Roland Baudin
Subject: [Octave-bug-tracker] [bug #50295] Calling feval() from within the Qt GUI requires to press enter otherwise the prompt is busy
Date: Thu, 16 Feb 2017 05:53:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #4, bug #50295 (project octave):

OK, I was probably not clear.

Here are the steps to reproduce the issue:

1. Add the code snippet I provided to Figure.cc and add the prototypes of the
two functions to Figure.h (myfunction_callback to the private section and
myFunction to the private slot section).

2. Rebuild Octave and run it

3. In the command window, type:
x=[0:0.1:2*pi];y=sin(x);plot(x,y);

4. In the figure window, click on the new menu item Edit / My function

5. Click somewhere in the figure

6. Then the command window displays '1' (the figure number) and the prompt
does not return. You'll have to press enter get the prompt again

This is 100 % reproducible.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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