octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35773] Extra figure openned by waitbar


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #35773] Extra figure openned by waitbar
Date: Fri, 09 Mar 2012 14:15:49 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

URL:
  <http://savannah.gnu.org/bugs/?35773>

                 Summary: Extra figure openned by waitbar
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Fri 09 Mar 2012 02:15:48 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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 run the code
again.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35773>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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