octave-maintainers
[Top][All Lists]
Advanced

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

Re: waitbar function


From: Shai Ayal
Subject: Re: waitbar function
Date: Thu, 3 Nov 2011 12:22:02 +0200



On Thu, Nov 3, 2011 at 11:40 AM, John W. Eaton <address@hidden> wrote:
I have added a graphical waitbar function to Octave.

Doing that required several changes to the graphics code that I'm not
100% confident about so there could be a few problems.  The list of
changesets related to the addition of this function is:

 http://hg.savannah.gnu.org/hgweb/octave/rev/718f78b01de1
 http://hg.savannah.gnu.org/hgweb/octave/rev/760e4e88dba3
 http://hg.savannah.gnu.org/hgweb/octave/rev/5acb5c25e4ae
 http://hg.savannah.gnu.org/hgweb/octave/rev/195ff3561152
 http://hg.savannah.gnu.org/hgweb/octave/rev/d7d14f1a4c4d
 http://hg.savannah.gnu.org/hgweb/octave/rev/a2e158c3451f

Please let me know as soon as possible if you notice any new problems
with plotting.

The waitbar seems to work correctly with OpenGL+FLTK graphics, but it
doesn't seem to do the right thing with gnuplot.  I haven't debugged
that yet, but it looks like gca or gcf is being called
inappropriately so it is popping up extra windows.  If you have any
clues about exactly why or where that is happening, let me know.

I'd also appreciate any help with fixing the FLTK functions so that we
can omit the button and status panel from the the bottom of figure
windows (the waitbar window should not have one).

It's been a long time since I looked at the code, but maybe a 
bottom -> hide ()
in line 668 of  src/DLD-FUNCTIONS/__init_fltk__.cc will do the trick.\
How to decide if to show the status panel for a specific window is another matter. AFAIK matlab does not have a status panel in figures, so this would be a non-matlab compatible function or figure property

Shai


--
SPT - persistent SSH tunnels for android.


reply via email to

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