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

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

[Octave-bug-tracker] [bug #41446] waitbar function causes multiple figur


From: anonymous
Subject: [Octave-bug-tracker] [bug #41446] waitbar function causes multiple figures to load
Date: Mon, 03 Feb 2014 16:30:15 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36

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

                 Summary: waitbar function causes multiple figures to load
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 03 Feb 2014 04:30:13 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: Colin Foster
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I run code similar to the following:

WBH = waitbar(0,'foo')

...

waitbar(.25, WBH, 'bar')

What happens is the correct figure opens during the first call, but the second
call causes a blank figure to open and a third figure opens with a new waitbar
that works properly. The end result is three open figures.  If, however I open
a blank figure before the first waitbar command and pause for one second, the
waitbar function works correctly.

figure
pause(1)
WBH = waitbar(0,'foo')
...
waitbar(.25, WBH, 'bar')

I hope this is descriptive enough. Keep up the great work!





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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