octave-maintainers
[Top][All Lists]
Advanced

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

waitbar ?


From: marco atzeri
Subject: waitbar ?
Date: Wed, 21 Dec 2011 12:42:07 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0


I am testing all the demos on latest dev, as a quality check
for 3.6 release, but before opening a bug for this, I need
a clarification, as I am a bit confused.
-------------------------------------------------------
octave:3> demo /pub/hg/octave/scripts/plot/waitbar.m
/pub/hg/octave/scripts/plot/waitbar.m example 1:
 h = waitbar (0, "0.00%");
 for i = 0:0.01:1
   waitbar (i, h, sprintf ("%.2f%%", 100*i));
 endfor
 close (h);

/pub/hg/octave/scripts/plot/waitbar.m example 1: failed
`waitbar' undefined near line 3 column 6
-------------------------------------------------------

As waitbar is defined in waitbar.m, I presume the file is skipped
from loading somewhere.

Is it a bug or a still incomplete feature ?

Regards
Marco



reply via email to

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