thanks to Gabriele and Romano for your suggestions!

Another question: why "WAIT" should not be used in VIEW?

bye!

--Alessandro--

-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di
Romano Paolo Tenca
Inviato: Friday, May 03, 2002 7:48 PM
A: [EMAIL PROTECTED]
Oggetto: [REBOL] Re: (No subject)Date: Fri, 3 May 2002 19:51:11 +0200


Hi,

Try this:

rebol []

view layout [
  a: info 00:00:10 feel [ ;<-
    engage: func [face act evt] [
      loop 3 [
        face/text: random 100
        show face
        wait 0               ;<-
      ]
    ]
  ]
]

---
Ciao
Romano

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "REBOL" <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 5:20 PM
Subject: [REBOL]


hi all,
a question:

why the following code does not work?
(it should call the loop every 10 seconds, and in the loop, show 3
random numbers: one per second).

I see always fast numbers running in the "info" (no pause!).

rebol []

view layout [
  a: info rate 10 feel [
    engage: func [face act evt] [
      loop 3 [
        face/text: random 100
        show face
        wait 1
      ]
    ]
  ]
]




--Alessandro--



--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Il modo più semplice e conveniente per mandare bouquet e composizioni
floreali
in tutta Italia.
Rapporto personalizzato con il Tuo fiorista, ad i prezzi più bassi del Web.
La qualità è garantita!

Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=367&d=3-5
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.


--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Se cerchi degli Integratori Alimentari allora Oliviero.it è il posto giusto per te..
Clicca qui: http://adv2.email.it/cgi-bin/foclick.cgi?mid=421&d=11-5
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to