octave-maintainers
[Top][All Lists]
Advanced

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

Re: new waitbar function


From: John W. Eaton
Subject: Re: new waitbar function
Date: Thu, 3 Nov 2011 14:53:23 -0400

On  3-Nov-2011, John W. Eaton wrote:

| The waitbar does not become the current figure.  That way, if you do
| 
|   figure (...)
|   waitbar (...);
|   gcf
| 
| then gcf gives you the handle of the actual figure object, the same as
| if there is no waitbar.  I think that to do otherwise would be pretty
| confusing.  So a persistent variable would probably solve the problem.

OK, I checked in another changeset that adds this feature, plus uses
updating instead of replacing for the patch and title objects.

It also sets menubar and toolbar properties for the figure to "none",
but I don't think those properties are handled in the fltk code.

jwe


reply via email to

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