octave-maintainers
[Top][All Lists]
Advanced

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

Re: graphic waitbar: potential bug


From: Ben Abbott
Subject: Re: graphic waitbar: potential bug
Date: Fri, 09 Mar 2012 07:59:48 -0500

On Mar 9, 2012, at 7:22 AM, Juan Pablo Carbajal wrote:

> Hi,
> I am testing the graphical waitbar and observe some weird behavior in 3.6.1
> Runing the following code a first time
> 
> hw = waitbar(0,'Testing ...'); for i=1:10; waitbar(i/10,hw); pause(0.5); end;
> 
> I end up with windows. One is a normal figure window and the other say
> Gnuplot (window id: 0).
> 
> If now run
> close(hw)
> and **do not** close the normal figure window, running the previous
> code again behaves as expected. If you close the normal figure window,
> it reapears when you ran the code again.
> 
> Is this a bug? Shall I fill a bug report?

I'm able to duplicate your example. It looks like a bug to me.

Ben



reply via email to

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