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

[REBOL] Re: New Beta View based on Core 2.5.2

From: atruter:hih:au at: 7-May-2002 18:02

The new look & feel (at least for folks who havn't played with IOS yet ;) ) is great. The new default icons and 'btn styles are nifty! <code> REBOL [] view layout [ across h1 "info.gif" tab image info.gif return h1 "exclamation.gif" tab image exclamation.gif return h1 "stop.gif" tab image stop.gif return h1 "help.gif" tab image help.gif return h1 "btn" tab tab btn return h1 "tog" tab tab tog return h1 "btn-cancel" tab btn-cancel return h1 "btn-enter" tab btn-enter return h1 "btn-help" tab btn-help ] </code> Someone asked if they could install the beta over View/Pro . . . the answer is yes. Under windows just run the view1205031.exe file. Like a normal install it prompts for where it should go and if it should overwrite existing preferences. It installs under an exe named rebol-link.exe so it won't interfere with your existing rebol.exe. Regards, Ashley