octave-maintainers
[Top][All Lists]
Advanced

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

Re: graphic waitbar: potential bug


From: Juan Pablo Carbajal
Subject: Re: graphic waitbar: potential bug
Date: Fri, 9 Mar 2012 15:17:04 +0100

On Fri, Mar 9, 2012 at 1:59 PM, Ben Abbott <address@hidden> wrote:
>
> 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
>

Bug filled
https://savannah.gnu.org/bugs/index.php?35773

I will see if I can find the problem in the code.

-- 
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]