octave-maintainers
[Top][All Lists]
Advanced

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

graphic waitbar: potential bug


From: Juan Pablo Carbajal
Subject: graphic waitbar: potential bug
Date: Fri, 9 Mar 2012 13:22:33 +0100

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?


-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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