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

[REBOL] Re: [REBOL]

From: greggirwin:mindspring at: 7-Jul-2002 12:58

Hi Joanna, << One feature would be nice.. it could Re-load that data every 30 minutes or so :) >> Volker and I are going to work on this some more. I just added that feature. << But I wonder about those changes on system behaviour. IMHO those two looks quite important changes, have you seen any real issues because of those? 1.2 Load change 2.5.2 Less agressive evaluation >> I haven't seen any issues with it yet, but you could if you had stuff in your REBOL header, which is no longer evaluated. Fortunately, working around the less agressive evaluation shouldn't be tough in anything that needs changing. << It opens a window and displays 4 messages (each having 3 lies of text.) but it does fail a bit later Unknown word or style: scroller Misplaced item: 16x244 Misplaced item: [ c: max 0 to-integer value *] Is this also addition on new release? >> Yes, Volker caught that as well. You can either chagne SCROLLER To SLIDER, or add this: stylize/master [ scroller: slider ] We'll be including a patch file for older versions to handle all this automatically. --Gregg