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

Progress bar

 [1/4] from: arnaud:dutartre:europe:tgs at: 18-Sep-2002 9:44


Hello, I would like to know if there is a progress bar face in Rebol ? If no, does anyone has done one ? I am new at Rebol programming. I actually started with a PGM image file converter/viewer... Thx Arno:)

 [2/4] from: gscottjones:mchsi at: 18-Sep-2002 5:44


From: "Arnaud Dutartre"
> I would like to know if there is a progress bar face in Rebol ? > > If no, does anyone has done one ? > > I am new at Rebol programming. I actually started with a PGM image file > converter/viewer...
Hi, Arnaud, Welcome to REBOL! Here is an example from the EasyVID demo, which shows progress hooked to a slider control: view layout [ slider 200x16 [p1/data: value show p1] p1: progress ] Hope that helps. --Scott Jones

 [3/4] from: info:id-net:ch at: 18-Sep-2002 21:22


If I have a good memory, Cyphre (a rebol expert) made so beautiful progress bars. Find capsules-examples.r and progress-c.r on this website or rebsite http://www.sweb.cz/r-mud/

 [4/4] from: greggirwin:mindspring at: 18-Sep-2002 17:30


Hi Philippe, << If I have a good memory, Cyphre (a rebol expert) made so beautiful progress bars. >> I think it was Oldes who did the capsules and, yes, they are very nice. --Gregg