help-octave
[Top][All Lists]
Advanced

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

Re: Waitbar no more in 3.4.3


From: Martin Helm
Subject: Re: Waitbar no more in 3.4.3
Date: Thu, 27 Oct 2011 20:08:30 +0200

Am Donnerstag, den 27.10.2011, 19:38 +0200 schrieb Martin Helm: 
> If you have the zenity package available in your octave on windows (I
> cannot check right now if it is available for windows), you can have a
> graphical progress bar
> 
> pb = zenity_progress("Progress", "auto-close");
> for i=1:30;
> zenity_progress(pb, 100*i/30);
> pause(0.2)
> end
> 
> (you probably need 'pkg load zenity' if it is not autoloaded).
> 
Just as additional info.
Downloaded the 3.4.3 for windows plus the packages, had to install
zenity from http://www.placella.com/software/zenity/ in addition. Then
the zenity progress bar works well on windows 7.




reply via email to

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