[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42829] can't click in the plot with m-file
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #42829] can't click in the plot with m-file |
Date: |
Tue, 22 Jul 2014 17:51:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0 |
Follow-up Comment #2, bug #42829 (project octave):
As Mike already suggested: please add an example m-file.
The FLTK plotting windows need periodical calls of __fltk_redraw__ to stay
respondent for events like button clicks for example. This is done with an
input_event hook which is executed when octave waits for input.
If you have a m-file which does some calculations, calls plot, does some other
calculations, stays in a loop, calls system/sleep/pause octave is busy and
doesn't call __fltk_redraw__.
-- Andy
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42829>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file, Rodrigo, 2014/07/22
- [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file, Mike Miller, 2014/07/22
- [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file,
anonymous <=
- [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file, Rodrigo, 2014/07/22
- [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file, Rodrigo, 2014/07/22
- [Octave-bug-tracker] [bug #42829] can't click in the plot with m-file, Mike Miller, 2014/07/22
- [Octave-bug-tracker] [bug #42829] FLTK plot not respondent during pause, Andreas Weber, 2014/07/22
- [Octave-bug-tracker] [bug #42829] FLTK plot not respondent during pause, Rodrigo, 2014/07/22
- [Octave-bug-tracker] [bug #42829] FLTK plot not respondent during pause, Andreas Weber, 2014/07/22