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

[REBOL] View Lockup when using 'save/png with a 'wait ...

From: carl:cybercraft at: 23-Jul-2001 17:34

I've just reported the following bug to Feedback, but I wonder if any others get the same results? ... ---8<--- View locks up for me with the following... for n 1 5 1 [save/png %test.png to-image layout [text "test"] wait 5]
>From the Console that'll save the image twice but then lockup, the
Console requiring a Ctrl C to shut it down. No error messages are given. If however I place a 'print before the 'wait like so... for n 1 5 1 [save/png %test.png to-image layout [text "test"] print n wait 5] there's no lockup, the image being saved five times as expected. ---8<--- -- Carl Read [carl--cybercraft--co--nz]