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.

Reply via email to