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

[REBOL] Re: Bug in Library Scripts

From: carl:rebol at: 6-Jun-2001 9:51

Ah, good one. This could be a recursive view problem. We'll have to look into the bug. Send to feedback. The work-around is recognize that the initial view will return after the unview, so a simple loop could be put there, rather than using this recursive method. until [ stop: true view layout page stop ] Then, in the action: stop: false unview/all Less elegant, but should work. -Carl