Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Progress bar

From: gabriele::colellachiara::com at: 21-Nov-2005 13:01

Hi Silvia, On Monday, November 21, 2005, 12:41:54 PM, you wrote:
>> call/output/wait cmd-iso none
SB> Where cmd-iso is the call to cdrecord SB> I would like to know how to show a progress bar for this command and hide SB> the shell window. Unfortunately, you can't. However, if you have /Pro and library access, it is possible to do it using something like my async-call function (the Windows version is based on Nenad's code): http://www.colellachiara.com/soft/async-call-definition.r HTML docs in: http://www.colellachiara.com/soft/client.html#sect15.5. Note, though, that you won't be able to use the script as is, because it is written as a module for the Network Detective... but you can just copy and paste the code out of it. You'll need to change the code to suit your needs and remove any dependencies it may have that you don't need. Maybe someone can help you with it... otherwise I'll see if I can find some free time. Regards, Gabriele. -- Gabriele Santilli <gabriele-rebol.com> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/