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
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.